mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-24 03:59:43 +00:00
Put all the options shared amongst the ff* tools under a dedicated
section "Generic options". Originally committed as revision 21934 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
802da0b490
commit
8b9da8b50a
@ -222,10 +222,12 @@ specified for the inputs.
|
||||
@c man end
|
||||
|
||||
@c man begin OPTIONS
|
||||
|
||||
@include fftools-common-opts.texi
|
||||
|
||||
@section Main options
|
||||
|
||||
@table @option
|
||||
@include fftools-common-opts.texi
|
||||
|
||||
@item -f @var{fmt}
|
||||
Force format.
|
||||
|
@ -26,10 +26,12 @@ ffplay [options] @file{input_file}
|
||||
@end example
|
||||
|
||||
@c man begin OPTIONS
|
||||
|
||||
@include fftools-common-opts.texi
|
||||
|
||||
@section Main options
|
||||
|
||||
@table @option
|
||||
@include fftools-common-opts.texi
|
||||
@item -x @var{width}
|
||||
Force displayed width.
|
||||
@item -y @var{height}
|
||||
|
@ -236,8 +236,10 @@ ffserver [options]
|
||||
|
||||
@section Options
|
||||
@c man begin OPTIONS
|
||||
@table @option
|
||||
|
||||
@include fftools-common-opts.texi
|
||||
|
||||
@table @option
|
||||
@item -f @var{configfile}
|
||||
Use @file{configfile} instead of @file{/etc/ffserver.conf}.
|
||||
@item -n
|
||||
|
@ -1,3 +1,9 @@
|
||||
@section Generic options
|
||||
|
||||
These options are shared amongst the ff* tools.
|
||||
|
||||
@table @option
|
||||
|
||||
@item -L
|
||||
Show license.
|
||||
|
||||
@ -63,3 +69,4 @@ Set the logging level used by the library.
|
||||
@item debug
|
||||
@end table
|
||||
|
||||
@end table
|
||||
|
Loading…
Reference in New Issue
Block a user