diff options
author | Anton Khirnov <anton@khirnov.net> | 2012-08-14 07:57:56 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2012-08-19 19:22:41 +0200 |
commit | 1136bd362a873156d9eb99f38a3edd09ae553eee (patch) | |
tree | 0bc2893715d5af4ee62ac8c64699a87108cce1b3 /doc | |
parent | a3ad68d36c0bff87c525035b3f745bb274b00d41 (diff) | |
download | ffmpeg-1136bd362a873156d9eb99f38a3edd09ae553eee.tar.gz |
avtools: add -h demuxer/muxer
Diffstat (limited to 'doc')
-rw-r--r-- | doc/avtools-common-opts.texi | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/avtools-common-opts.texi b/doc/avtools-common-opts.texi index eefb37bfcf..d07505d2e4 100644 --- a/doc/avtools-common-opts.texi +++ b/doc/avtools-common-opts.texi @@ -64,6 +64,15 @@ Print detailed information about the decoder named @var{decoder_name}. Use the @item encoder=@var{encoder_name} Print detailed information about the encoder named @var{encoder_name}. Use the @option{-encoders} option to get a list of all encoders. + +@item demuxer=@var{demuxer_name} +Print detailed information about the demuxer named @var{demuxer_name}. Use the +@option{-formats} option to get a list of all demuxers and muxers. + +@item muxer=@var{muxer_name} +Print detailed information about the muxer named @var{muxer_name}. Use the +@option{-formats} option to get a list of all muxers and demuxers. + @end table @item -version |