doc: reword and clarify default stream selection.
This commit is contained in:
parent
5a2b3f3a52
commit
d3baced24f
@ -61,10 +61,12 @@ The format option may be needed for raw input files.
|
|||||||
@chapter Stream selection
|
@chapter Stream selection
|
||||||
@c man begin STREAM SELECTION
|
@c man begin STREAM SELECTION
|
||||||
|
|
||||||
By default ffmpeg tries to pick the "best" stream of each type present in input
|
By default ffmpeg includes only one stream of each type (video, audio, subtitle)
|
||||||
files and add them to each output file. For video, this means the highest
|
present in the input files and adds them to each output file. It picks the
|
||||||
resolution, for audio the highest channel count. For subtitle it's simply the
|
"best" of each based upon the following criteria; for video it is the stream
|
||||||
first subtitle stream.
|
with the highest resolution, for audio the stream with the most channels, for
|
||||||
|
subtitle it's the first subtitle stream. In the case where several streams of
|
||||||
|
the same type rate equally, the lowest numbered stream is chosen.
|
||||||
|
|
||||||
You can disable some of those defaults by using @code{-vn/-an/-sn} options. For
|
You can disable some of those defaults by using @code{-vn/-an/-sn} options. For
|
||||||
full manual control, use the @code{-map} option, which disables the defaults just
|
full manual control, use the @code{-map} option, which disables the defaults just
|
||||||
|
Loading…
x
Reference in New Issue
Block a user