diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2009-12-21 21:32:09 +0000 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2009-12-21 21:32:09 +0000 |
commit | 5f6cb6eb9c45a02f591645abd5b1040069a19e81 (patch) | |
tree | 40c2bdc8895850950b5585923ec25a342ccd67f2 /doc/ffmpeg-doc.texi | |
parent | 870e015048bccbef22bcbd86351d4bc8edb41924 (diff) | |
download | ffmpeg-5f6cb6eb9c45a02f591645abd5b1040069a19e81.tar.gz |
Factorize common options documentation.
Originally committed as revision 20907 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'doc/ffmpeg-doc.texi')
-rw-r--r-- | doc/ffmpeg-doc.texi | 62 |
1 files changed, 1 insertions, 61 deletions
diff --git a/doc/ffmpeg-doc.texi b/doc/ffmpeg-doc.texi index f5c0e64175..073418969d 100644 --- a/doc/ffmpeg-doc.texi +++ b/doc/ffmpeg-doc.texi @@ -225,53 +225,7 @@ specified for the inputs. @section Main options @table @option -@item -L -Show license. - -@item -h, -?, -help, --help -Show help. - -@item -version -Show version. - -@item -formats -Show available formats. - -The fields preceding the format names have the following meanings: -@table @samp -@item D -Decoding available -@item E -Encoding available -@end table - -@item -codecs -Show available codecs. - -The fields preceding the codec names have the following meanings: -@table @samp -@item D -Decoding available -@item E -Encoding available -@item V/A/S -Video/audio/subtitle codec -@item S -Codec supports slices -@item D -Codec supports direct rendering -@item T -Codec can handle input truncated at random locations instead of only at frame boundaries -@end table - -@item -bsfs -Show available bitstream filters. - -@item -protocols -Show available protocols. - -@item -filters -Show available libavfilter filters. +@include fftools-common-opts.texi @item -f @var{fmt} Force format. @@ -316,20 +270,6 @@ ffmpeg -i in.avi -metadata title="my title" out.flv @item -v @var{number} Set the logging verbosity level. -@item -loglevel @var{loglevel} -Set the logging level used by the library. -@var{loglevel} is a number or a string containing one of the following values: -@table @samp -@item quiet -@item panic -@item fatal -@item error -@item warning -@item info -@item verbose -@item debug -@end table - @item -target @var{type} Specify target file type ("vcd", "svcd", "dvd", "dv", "dv50", "pal-vcd", "ntsc-svcd", ... ). All the format options (bitrate, codecs, |