mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-21 10:55:51 +02:00
doc/avtools-common-opts: fix a few typos in the "Stream specifiers" section
This commit is contained in:
parent
b34ce5a26b
commit
3bd3e46c91
@ -18,10 +18,10 @@ are used to precisely specify which stream(s) does a given option belong to.
|
|||||||
|
|
||||||
A stream specifier is a string generally appended to the option name and
|
A stream specifier is a string generally appended to the option name and
|
||||||
separated from it by a colon. E.g. @code{-codec:a:1 ac3} option contains
|
separated from it by a colon. E.g. @code{-codec:a:1 ac3} option contains
|
||||||
@code{a:1} stream specifer, which matches the second audio stream. Therefore it
|
@code{a:1} stream specifier, which matches the second audio stream. Therefore it
|
||||||
would select the ac3 codec for the second audio stream.
|
would select the ac3 codec for the second audio stream.
|
||||||
|
|
||||||
A stream specifier can match several stream, the option is then applied to all
|
A stream specifier can match several streams, the option is then applied to all
|
||||||
of them. E.g. the stream specifier in @code{-b:a 128k} matches all audio
|
of them. E.g. the stream specifier in @code{-b:a 128k} matches all audio
|
||||||
streams.
|
streams.
|
||||||
|
|
||||||
@ -44,6 +44,7 @@ program with id @var{program_id}. Otherwise matches all streams in this program.
|
|||||||
@item #@var{stream_id}
|
@item #@var{stream_id}
|
||||||
Matches the stream by format-specific ID.
|
Matches the stream by format-specific ID.
|
||||||
@end table
|
@end table
|
||||||
|
|
||||||
@section Generic options
|
@section Generic options
|
||||||
|
|
||||||
These options are shared amongst the av* tools.
|
These options are shared amongst the av* tools.
|
||||||
|
Loading…
Reference in New Issue
Block a user