Difference between revisions of "FFmpeg"

From VideoLAN Wiki
Jump to navigation Jump to search
m
Line 5: Line 5:
  
  
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/avcodec/fourcc.h modules/codec/avcodec/fourcc.h] look under ''Codec fourcc -> ffmpeg_id mapping'' (that bit changes the codecs you type in to vlc to ffmpeg's internal codec names).
+
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/browser/modules/codec/avcodec/fourcc.h modules/codec/avcodec/fourcc.h] look under ''Codec fourcc -> ffmpeg_id mapping'' (that bit changes the codecs you type in to vlc to ffmpeg's internal codec names).
  
 
==Source code==
 
==Source code==

Revision as of 09:18, 31 July 2008

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 modules/codec/avcodec/fourcc.h look under Codec fourcc -> ffmpeg_id mapping (that bit changes the codecs you type in to vlc to ffmpeg's internal codec names).

Source code