mirror of https://git.ffmpeg.org/ffmpeg.git
doc: Use the succinct syntax for the channelmap example
Mixing succinct and long syntax does not work.
This commit is contained in:
parent
66acb76bb0
commit
8fcd121b82
|
@ -530,7 +530,7 @@ the input.
|
|||
|
||||
To fix a 5.1 WAV improperly encoded in AAC's native channel order
|
||||
@example
|
||||
avconv -i in.wav -filter 'channelmap=1|2|0|5|3|4:channel_layout=5.1' out.wav
|
||||
avconv -i in.wav -filter 'channelmap=1|2|0|5|3|4:5.1' out.wav
|
||||
@end example
|
||||
|
||||
@section compand
|
||||
|
|
Loading…
Reference in New Issue