文件名称:FFmpeg-full-SDK-3.2
文件大小:3.72MB
文件格式:RAR
更新时间:2014-04-09 05:40:02
FFmpeg-full-SDK-3.2 c++
ffmpeg FULL SDK V3.2
(2008-04-12)
--------------------------------------------------------------------------------
继ffmpeg工程组(http://www.ffmpeg.com.cn)2006年5月5日发布ffmpeg+x264 SDK V1.0版本,2006年9月25日发布V2.0版本之后,2007年8月21日发布V3.0版本,有很长的时间没有发布过新的SDK版本,ffmpeg的SVN版本号也由V3.0版本时的r10087更新到了目前的r12790,这期间ffmpeg的功能与稳定性都完善了很多,部分编码器的性能也有了较大幅度的提升,在很多热心的朋友强烈要求下,ffmpeg工程组再次发布FFMPEG FULL SDK V3.2,此次发布的SDK依旧为Full SDK,我们尽可能的集成更多的编解码器,需要注意的是,新版本的SDK中的ffmpeg.exe程序所支持的指令与V3.0所支持的指令有了较大的不同,具体可使用指令“ffmpeg.exe --help”获得更多的帮助。
该SDK的编译配置如下:
./configure --prefix=d:/OmniCoder/svn_build --enable-memalign-hack --enable-shared --disable-static --disable-encod
er=snow --disable-decoder=ac3 --disable-decoder=vorbis --disable-encoder=vorbis --disable-vhook --enable-ffplay --disabl
e-ffserver --disable-mpegaudio-hp --enable-pthreads --enable-liba52 --enable-nonfree --enable-libamr-nb --enable-libamr-
wb --enable-libfaac --enable-libfaad --enable-libmp3lame --enable-libgsm --enable-libtheora --enable-libvorbis --enable-
libx264 --enable-libxvid --enable-avisynth --enable-gpl --enable-swscale --enable-avfilter --enable-avfilter-lavf --enab
le-demuxer=vfwcap --enable-demuxer=rm --extra-cflags=-I/usr/local/include -I/usr/local/include/SDL --extra-ldflags=-L/us
r/local/lib --extra-libs=-lpthreadGC2
libavutil version: 49.6.0
libavcodec version: 51.54.0
libavformat version: 52.13.0
libavdevice version: 52.0.0
libavfilter version: 0.0.0
built on Apr 12 2008 22:21:14, gcc: 4.3.0
Note:
output_example.exe, tools/cws2fws.exe, tools/pktdumper.exe, tools/qt-faststart.exe, tools/trasher.exe are also compiled
H264 decoding/encoding should be ehanced huge in this version if you have multi-core CPUs
x264 encoding will use multi-cores automically in this version
eg:
ffmpeg -i input.avi -threads 2 -vcodec libx264 -b 500K -bufsize 500K -minrate 500K -maxrate 500K -rc_eq "blurCplx^(1-qComp)" -qmin 2 -qmax 51 output.mp4
Addins:
1) how to make a mp4 streamable with Adobe Flash Player?
You can use the following command to make a mp4/mov/3gp file
【文件预览】:
FFmpeg-full-SDK-3.2
----bin()
--------cws2fws.exe(53KB)
--------swscale.dll(155KB)
--------avfilter.dll(14KB)
--------avutil.dll(56KB)
--------SDL.dll(1.68MB)
--------trasher.exe(25KB)
--------output_example.exe(79KB)
--------pthreadGC2.dll(87KB)
--------avdevice.dll(11KB)
--------ffplay.exe(38KB)
--------xvidcore.dll(725KB)
--------ffmpeg.exe(82KB)
--------qt-faststart.exe(27KB)
--------avcodec.dll(6.94MB)
--------pktdumper.exe(67KB)
--------avformat.dll(651KB)
----include()
--------libswscale()
--------inttypes.h(91B)
--------libavdevice()
--------libavcodec()
--------stdint.h(4KB)
--------libavfilter()
--------libavutil()
--------libavformat()
----Readme.txt(5KB)
----lib()
--------swscale.lib(39KB)
--------avcodec.lib(569KB)
--------avformat.lib(856KB)
--------avutil.lib(18KB)
--------pkgconfig()
--------avfilter.lib(921KB)
--------avdevice.lib(890KB)