FFmpeg_ver12476_build

时间:2011-04-07 15:39:47
【文件属性】:

文件名称:FFmpeg_ver12476_build

文件大小:2.95MB

文件格式:7Z

更新时间:2011-04-07 15:39:47

FFmpeg


-----FFmpeg SVN r12476 build-----
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" --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 streaming feature which is compatible with the latest Adobe Flash Player
eg:
qt-faststart.exe input.mp4 output.mp4

Now,output.mp4 can be rendered instantly by Flash Player

2)How to use avfilter?
Enabled filters:
crop graphfile scale
drawbox hflip setpts
fifo movie slicify
format negate split
fps noformat transpose
graph overlay vflip
graphdesc rotate

a)To vertically flip a video, you would do:

./ffplay -vfilters vflip input_video.avi
But the following commands(apply two vflip filter) will result in the orginal picture
./ffplay -vfilters vflip,vflip input_video.avi

b)To scale video to specific dimension, you would do:
./ffplay -vfilters scale=640:480 input_video.avi

c)avfilter can accepts many input files and generate many output files at the same time.
I will elaberate this feature on FFmpegSDK3.3


3) VFW camera capture
The following command will use your default camera device to preview&grap picture,and encode the picture to mpeg4

ffmpeg -f vfwcap -s 320x240 -r 25 -i 0 -b 400K -vcodec mpeg4 new.mp4

I will add audio capture on win32 in next major build

by mvp@mvplayer.net
2008/03/17


【文件预览】:
FFmpegBuild _20080317
----bin()
--------swscale.lib(21KB)
--------cws2fws.exe(25KB)
--------swscale.dll(153KB)
--------avfilter.dll(43KB)
--------avutil.dll(40KB)
--------avcodec.lib(536KB)
--------avformat.lib(73KB)
--------avutil.lib(18KB)
--------SDL.dll(1.68MB)
--------trasher.exe(25KB)
--------output_example.exe(56KB)
--------pthreadGC2.dll(87KB)
--------avdevice.dll(11KB)
--------ffplay.exe(42KB)
--------xvidcore.dll(725KB)
--------ffmpeg.exe(69KB)
--------avfilter.lib(18KB)
--------avdevice.lib(5KB)
--------qt-faststart.exe(27KB)
--------avcodec.dll(6.85MB)
--------pktdumper.exe(45KB)
--------avformat.dll(599KB)
----FFmpeg_SVN_Build.txt(2KB)
----include()
--------libswscale()
--------inttypes.h(91B)
--------libavdevice()
--------libavcodec()
--------stdint.h(4KB)
--------libavfilter()
--------libavutil()
--------libavformat()

网友评论