文件名称:FFmpeg_ver12430_build
文件大小:3.91MB
文件格式:ZIP
更新时间:2011-04-04 07:19:05
FFmpeg
FFmpeg r12430 build
Introduce:
FFmpeg is a complete solution to record, convert and stream audio and video. It includes libavcodec, the leading audio/video codec library. FFmpeg is developed under Linux, but it can compiled under most operating systems, including Windows.
H264 decoding/encoding should be ehanced huge in this version if you have multi-core CPUs
eg:
ffmpeg -i input.avi -threads 2 -acodec libfaac -ab 64K -b 500K -vcodec libx264 -s 640x480 new.mp4
NOTE: this version is compiled by the latest GCC4.3 and optimized for intel core2 architecture.
You can download it directly by the following address
Configured by:
./configure --prefix=d:/nextcodeccode/svn_build --enable-memalign-hack --enable-shared --disable-static --disable-encoder=snow --disable-decoder=ac3 --disable-decoder=vorbis --disable-encoder=vorbis --disable-vhook --enable-ffplay --disable-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 --enable-demuxer=vfwcap --enable-demuxer=rm --extra-cflags="-I/usr/local/include -I/usr/local/include/SDL -mtune=core2 -march=core2" --extra-ldflags=-L/usr/local/lib --extra-libs=-lpthreadGC2
Note:
output_example.exe, tools/cws2fws.exe, tools/pktdumper.exe, tools/qt-faststart.exe, tools/trasher.exe are also compiled
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_ver12430_Build
----Readme.txt(2KB)
----bin()
--------avformat.lib(73KB)
--------avcodec.lib(536KB)
--------output_example.exe(56KB)
--------avdevice.dll(11KB)
--------xvidcore.dll(725KB)
--------swscale.dll(159KB)
--------avutil.dll(40KB)
--------avformat.dll(601KB)
--------SDL.dll(1.68MB)
--------qt-faststart.exe(28KB)
--------avdevice.lib(5KB)
--------swscale.lib(21KB)
--------avcodec.dll(6.9MB)
--------avutil.lib(18KB)
--------cws2fws.exe(25KB)
--------pthreadGC2.dll(87KB)
--------avfilter.lib(18KB)
--------trasher.exe(25KB)
--------ffplay.exe(41KB)
--------ffmpeg.exe(69KB)
--------avfilter.dll(42KB)
--------pktdumper.exe(45KB)
----include()
--------libavcodec()
--------inttypes.h(6KB)
--------libavfilter()
--------libavdevice()
--------stdint.h(5KB)
--------libswscale()
--------libavutil()
--------libavformat()