Commit eb054463 authored by Anton Khirnov's avatar Anton Khirnov

doc/avconv: document that global options should be specified first.

parent d3d6a258
...@@ -15,7 +15,7 @@ The generic syntax is: ...@@ -15,7 +15,7 @@ The generic syntax is:
@example @example
@c man begin SYNOPSIS @c man begin SYNOPSIS
avconv [[infile options][@option{-i} @var{infile}]]... @{[outfile options] @var{outfile}@}... avconv [global options] [[infile options][@option{-i} @var{infile}]]... @{[outfile options] @var{outfile}@}...
@c man end @c man end
@end example @end example
...@@ -35,6 +35,8 @@ As a general rule, options are applied to the next specified ...@@ -35,6 +35,8 @@ As a general rule, options are applied to the next specified
file. Therefore, order is important, and you can have the same file. Therefore, order is important, and you can have the same
option on the command line multiple times. Each occurrence is option on the command line multiple times. Each occurrence is
then applied to the next input or output file. then applied to the next input or output file.
Exceptions from this rule are the global options (e.g. vebosity level),
which should be specified first.
@itemize @itemize
@item @item
......
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