Difference between revisions of "FFmpeg"
Jump to navigation
Jump to search
m |
|||
Line 1: | Line 1: | ||
− | {{website| | + | {{website|FFmpeg|http://ffmpeg.sourceforge.net/}} |
− | ''' | + | '''FFmpeg''' is an [[open source]] library for [[encoding]] and [[decoding]] different types of media files, generally [[MPEG]] and MPEG-based files. |
− | + | FFmpeg supports lots of [[codec]]s: the main ones are included on the codecs page. If you want the full list, (including different spellings for the same codec), the [[source code]] lists them all (theres way to many to list them all here ;-). In [http://trac.videolan.org/vlc/file/trunk/modules/codec/ffmpeg/ffmpeg.c source:modules/codec/ffmpeg/ffmpeg.c] look under ''Codec fourcc -> ffmpeg_id mapping'' (that bit changes the codecs you type in to vlc to ffmpeg's internal codec names). |
Revision as of 16:45, 11 July 2006
FFmpeg is an open source library for encoding and decoding different types of media files, generally MPEG and MPEG-based files.
FFmpeg supports lots of codecs: the main ones are included on the codecs page. If you want the full list, (including different spellings for the same codec), the source code lists them all (theres way to many to list them all here ;-). In source:modules/codec/ffmpeg/ffmpeg.c look under Codec fourcc -> ffmpeg_id mapping (that bit changes the codecs you type in to vlc to ffmpeg's internal codec names).