[Bf-committers] Re: ffmpeg as static lib for all platforms

Rui Campos rcampos at fusemail.com
Tue Jun 27 13:34:41 CEST 2006


AAC is only supported using faac and faad external library (both GPL).
MP3 is only supported using mp3lame external library (GPL too).
XVID is only supported using xvidcore external library (GPL too).
H264 is only supported using x264 external library (GPL too).

All of these are then compiled statically into ffmpeg upon ffmpeg
default compilation.

Also, FFMPEG internal codec list have Flash Video .FLV support, which is
very good for online availability. It is set to CODEC_ID_FLV1 , it will
output a .flv file if guess_format("flv", NULL, NULL) and a proper .swf
file if guess_format("swf", NULL, NULL) .

I dunno, but this is maybe a good thing to have also on the export
list ?


-- Rui --



More information about the Bf-committers mailing list