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