=head1 NAME ffmpeg-codecs - FFmpeg codecs =head1 DESCRIPTION This document describes the codecs (decoders and encoders) provided by the libavcodec library. =head1 CODEC OPTIONS libavcodec provides some generic global options, which can be set on all the encoders and decoders. In addition each codec may support so-called private options, which are specific for a given codec. Sometimes, a global option may only affect a specific kind of codec, and may be unsensical or ignored by another, so you need to be aware of the meaning of the specified options. Also some options are meant only for decoding or encoding. Options may be set by specifying -I