You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
doc: correct order of options for channelmap filter
Signed-off-by: Mulvya <mulvya@gmail.com>
This commit is contained in:
@@ -1905,9 +1905,6 @@ Remap input channels to new locations.
|
|||||||
|
|
||||||
It accepts the following parameters:
|
It accepts the following parameters:
|
||||||
@table @option
|
@table @option
|
||||||
@item channel_layout
|
|
||||||
The channel layout of the output stream.
|
|
||||||
|
|
||||||
@item map
|
@item map
|
||||||
Map channels from input to output. The argument is a '|'-separated list of
|
Map channels from input to output. The argument is a '|'-separated list of
|
||||||
mappings, each in the @code{@var{in_channel}-@var{out_channel}} or
|
mappings, each in the @code{@var{in_channel}-@var{out_channel}} or
|
||||||
@@ -1916,6 +1913,9 @@ channel (e.g. FL for front left) or its index in the input channel layout.
|
|||||||
@var{out_channel} is the name of the output channel or its index in the output
|
@var{out_channel} is the name of the output channel or its index in the output
|
||||||
channel layout. If @var{out_channel} is not given then it is implicitly an
|
channel layout. If @var{out_channel} is not given then it is implicitly an
|
||||||
index, starting with zero and increasing by one for each mapping.
|
index, starting with zero and increasing by one for each mapping.
|
||||||
|
|
||||||
|
@item channel_layout
|
||||||
|
The channel layout of the output stream.
|
||||||
@end table
|
@end table
|
||||||
|
|
||||||
If no mapping is present, the filter will implicitly map input channels to
|
If no mapping is present, the filter will implicitly map input channels to
|
||||||
|
Reference in New Issue
Block a user