Difference between revisions of "FFmpeg"

From VideoLAN Wiki
Jump to navigation Jump to search
m
Line 6: Line 6:
  
 
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).
 
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).
 +
 +
== Avformat ==
 +
{{Module|name=avformat|type=demuxer and muxer|description=libavformat based demuxer}}
  
 
==Source code==
 
==Source code==

Revision as of 15:15, 3 November 2011

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).

Avformat

Module: avformat
Type demuxer and muxer
First VLC version -
Last VLC version -
Operating system(s) all
Description libavformat based demuxer
Shortcut(s) -

Source code