Commit 5f6cb6eb authored by Stefano Sabatini's avatar Stefano Sabatini

Factorize common options documentation.

Originally committed as revision 20907 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 870e0150
...@@ -225,53 +225,7 @@ specified for the inputs. ...@@ -225,53 +225,7 @@ specified for the inputs.
@section Main options @section Main options
@table @option @table @option
@item -L @include fftools-common-opts.texi
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.
@item -f @var{fmt} @item -f @var{fmt}
Force format. Force format.
...@@ -316,20 +270,6 @@ ffmpeg -i in.avi -metadata title="my title" out.flv ...@@ -316,20 +270,6 @@ ffmpeg -i in.avi -metadata title="my title" out.flv
@item -v @var{number} @item -v @var{number}
Set the logging verbosity level. 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} @item -target @var{type}
Specify target file type ("vcd", "svcd", "dvd", "dv", "dv50", "pal-vcd", Specify target file type ("vcd", "svcd", "dvd", "dv", "dv50", "pal-vcd",
"ntsc-svcd", ... ). All the format options (bitrate, codecs, "ntsc-svcd", ... ). All the format options (bitrate, codecs,
......
...@@ -29,22 +29,7 @@ ffplay [options] @file{input_file} ...@@ -29,22 +29,7 @@ ffplay [options] @file{input_file}
@section Main options @section Main options
@table @option @table @option
@item -h, -?, -help, --help @include fftools-common-opts.texi
Show help.
@item -version
Show version.
@item -L
Show license.
@item -formats
Show available formats.
@item -codecs
Show available codecs.
@item -bsfs
Show available bitstream filters.
@item -protocols
Show available protocols.
@item -filters
Show available libavfilter filters.
@item -x @var{width} @item -x @var{width}
Force displayed width. Force displayed width.
@item -y @var{height} @item -y @var{height}
...@@ -64,20 +49,6 @@ Seek by bytes. ...@@ -64,20 +49,6 @@ Seek by bytes.
Disable graphical display. Disable graphical display.
@item -f @var{fmt} @item -f @var{fmt}
Force format. Force format.
@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
@end table
@section Advanced options @section Advanced options
@table @option @table @option
......
...@@ -237,36 +237,7 @@ ffserver [options] ...@@ -237,36 +237,7 @@ ffserver [options]
@section Options @section Options
@c man begin OPTIONS @c man begin OPTIONS
@table @option @table @option
@item -version @include fftools-common-opts.texi
Show version.
@item -L
Show license.
@item -formats
Show available formats.
@item -codecs
Show available codecs.
@item -bsfs
Show available bitstream filters.
@item -protocols
Show available protocols.
@item -filters
Show available libavfilter filters.
@item -h, -?, -help, --help
Show help.
@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 -f @var{configfile} @item -f @var{configfile}
Use @file{configfile} instead of @file{/etc/ffserver.conf}. Use @file{configfile} instead of @file{/etc/ffserver.conf}.
@item -n @item -n
......
@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.
@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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment