搜索资源列表
FFmpegDecodeDemo
- 采用FFmpeg对H.264文件进行解码的优秀例子。-are used to decode H.264 document outstanding examples.
wma.tar
- This a beta version of the WMA fix point codec for the Roku PhotoBridge HD1000. This codec will not decode WMA Professional, WMA Voice or WMA Lossless. The wmadec.c file used is based on the ffmpeg-20041113 source. The codec makes use of the
H264DecLib_PPC
- The ffmpeg in windows mobiles 6.0 pocket pc source code, add safe decode function, biulding no error warning in VC 2008.If u still want a using example,please search key word \"h264_ffmpeg049pre\" in this site, that is a win32 mfc using example, us
H264.rar
- H264解码进行简单的h264解码,参考ffmpeg项目代码,H264 decode test project release now
h.264-decode
- 改工程为从ffmpeg中提取文件,在VS下整合成的h.264文件解码-decode h.264 files
output_example
- ffmpeg能用的解码实例 ffmpeg能用的解码实例-Examples of ffmpeg decoder can use ffmpeg decoder can decode ffmpeg examples examples
Ffmpeg H264 Decoder Lib
- 本解码库以ffmpeg为参考模型,针对不同档次的H.264码流进行了修正,解码核心部分进行了相应的MMX优化。 整个解码过程分3个步骤进行,只需要按顺序调用头文件里描述的初始化、处理、释放这三个函数即可。 解码得到的图像数据为YUV,该工程将YUV转换为RGB,直接显示,省去了解码后,还需要借助YUVViewer等工具打开YUV文件的步骤,更加的方便快捷。 支持各个档次的H.264码流解码,将H.264码流放在H264Test目录下即可。 编译平台:VC6.0,VC200
Ffmpeg-based_video_decompression
- 这是一个使用ffmpeg解码库对视频文件进行解码的示例程序,在这个程序中,将视频图像按帧解码为bmp图片-This is a library to use ffmpeg decoder to decode the video file sample program, in this program, the video image by decoding the bmp picture frame
ffmpeg
- 提供了开发流媒体所用的各种格式的库文件,有mpeg4,h264等,包括压缩和解压缩以及流媒体的传输-mpeg4,h264,encode,decode
ffmpeg_decode_vc1_very_good_dll
- ffmpeg_decode_vc1_very_good_dll.rar: This Visual Studio 2008 project will decode a VC1 elementary stream file using FFMPEG Dynamic libraries and store the decoded stream in a .YUV file in 4:2:0 planar format. This can be used as a decoding mod
ffmpeg_tutorialchinese
- FFMPEG 是一个很好的库,可以用来创建视频应用或者生成特定的工具。FFMPEG 几乎为你把所有的繁重工作都做了,比 如解码、编码、复用和解复用。这使得 多媒体应用程序变得容易编写。它是一个简单的,用C 编写的,快速的并且能够 解码 几乎所有你能用到的格式,当然也包括编码多种格式-FFMPEG is a good library, can be used to create video applications or generate a specific tool. FFMPEG
ffmpegtutorial.tar
- ffmpeg is a wonderful library for creating video applications or even general purpose utilities. ffmpeg takes care of all the hard work of video processing by doing all the decoding, encoding, muxing and demuxing for you. This can make media applicat
ffmpeg_brew
- ffmpeg移植到brew平台, 实现功能主要是h264编码, 以及3gp, rtsp协议 在模拟器以及真机上运行成功; 功能不是特别完善, 所以上传到这里期望可以借助大家的力量。-realize the function of decode the h264 stream data from the 3gp or rtsp format.
mpg_bmp
- 通过FFmpeg将多媒体文件解码后保存成Bmp图像,FFmpeg使用的是LibX264-114.dll -FFmpeg will decode multimedia files saved as Bmp image, use the FFmpeg the LibX264-114.dll
lib
- ffmpeg编译过的lib,可以decode解码h264-ffmpeg compiled the lib
MediaUtility
- 使用ffmpeg解码MP3与AMR,详细介绍解码与编码的过程-Use ffmpeg decode MP3 and AMR, detailing the process of decoding and encoding
decode-sps
- 根据Rec. ITU-T H.264 (01/2012)文档,参照ffmpeg,自己实现的解析h264sps的C语言代码,-h264 sps decode
ffmpeg-2.8.5
- FFmpeg is the leading multimedia framework, able to decode, encode, transcode, mux, demux, stream, filter and play pretty much anything that humans and machines have created.
HwDecSdk
- 使用ffmpeg+dxva2实现H.264硬解码 SDK,支持同时多路并行解码。(Using ffmpeg+dxva2 to achieve H.264 hard decoding SDK, support simultaneous multi-channel parallel decodin)
VideoPlayer
- Qt+FFMPEG解码视频并显示 是一个Windows下使用FFMPEG解码视频 并使用QPaint绘制到QWidget上 FFMPEG的版本是2.5.2(QT + FFmpeg video decode and display)