mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-29 22:00:58 +02: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 end
|
||||||
|
|
||||||
@c man begin OPTIONS
|
@c man begin OPTIONS
|
||||||
|
|
||||||
|
@include fftools-common-opts.texi
|
||||||
|
|
||||||
@section Main options
|
@section Main options
|
||||||
|
|
||||||
@table @option
|
@table @option
|
||||||
@include fftools-common-opts.texi
|
|
||||||
|
|
||||||
@item -f @var{fmt}
|
@item -f @var{fmt}
|
||||||
Force format.
|
Force format.
|
||||||
|
@ -26,10 +26,12 @@ ffplay [options] @file{input_file}
|
|||||||
@end example
|
@end example
|
||||||
|
|
||||||
@c man begin OPTIONS
|
@c man begin OPTIONS
|
||||||
|
|
||||||
|
@include fftools-common-opts.texi
|
||||||
|
|
||||||
@section Main options
|
@section Main options
|
||||||
|
|
||||||
@table @option
|
@table @option
|
||||||
@include fftools-common-opts.texi
|
|
||||||
@item -x @var{width}
|
@item -x @var{width}
|
||||||
Force displayed width.
|
Force displayed width.
|
||||||
@item -y @var{height}
|
@item -y @var{height}
|
||||||
|
@ -236,8 +236,10 @@ ffserver [options]
|
|||||||
|
|
||||||
@section Options
|
@section Options
|
||||||
@c man begin OPTIONS
|
@c man begin OPTIONS
|
||||||
@table @option
|
|
||||||
@include fftools-common-opts.texi
|
@include fftools-common-opts.texi
|
||||||
|
|
||||||
|
@table @option
|
||||||
@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
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
@section Generic options
|
||||||
|
|
||||||
|
These options are shared amongst the ff* tools.
|
||||||
|
|
||||||
|
@table @option
|
||||||
|
|
||||||
@item -L
|
@item -L
|
||||||
Show license.
|
Show license.
|
||||||
|
|
||||||
@ -63,3 +69,4 @@ Set the logging level used by the library.
|
|||||||
@item debug
|
@item debug
|
||||||
@end table
|
@end table
|
||||||
|
|
||||||
|
@end table
|
||||||
|
Loading…
x
Reference in New Issue
Block a user