You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
doc: Use the succinct syntax for the channelmap example
Mixing succinct and long syntax does not work.
This commit is contained in:
@@ -530,7 +530,7 @@ the input.
|
|||||||
|
|
||||||
To fix a 5.1 WAV improperly encoded in AAC's native channel order
|
To fix a 5.1 WAV improperly encoded in AAC's native channel order
|
||||||
@example
|
@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
|
@end example
|
||||||
|
|
||||||
@section compand
|
@section compand
|
||||||
|
Reference in New Issue
Block a user