FFmpeg

From VideoLAN Wiki
Revision as of 05:04, 26 March 2019 by DoesItReallyMatter (talk | contribs) (→‎Avcodec: Use Template:See for a consistent look)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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 (there's way too many to list them all here ;-). In modules/codec/avcodec/fourcc.c look under Codec fourcc -> ffmpeg_id mapping (that bit changes the codecs you type in to vlc to ffmpeg's internal codec names).

Avcodec

See Documentation:Modules/avcodec

Avformat

The libavformat module is a mux and a demux module for VLC media player, based on the libavformat library.

It can decode and encode most of the containers supported in VLC, but is not usually the default one, except for a few ones, listed under.


gxf
VLC can encode and decode this container.
The module name to use at the command line is avformat.
mxf
VLC can decode this container.
The module name to use at the command line is avformat.
flv
VLC can encode and decode this container.
The module name to use at the command line is avformat.
nut
VLC can encode and decode this container.
The module name to use at the command line is avformat.
webm
VLC can encode and decode this container.
The module name to use at the command line is avformat.
rm
VLC can decode this container.
The module name to use at the command line is avformat.

Source code

Help VideoLAN by adding to this page!
Create an account to start editing, and then click here to add to this article.