Skip to content
Snippets Groups Projects
Commit f428893c authored by Vicente Jimenez Aguilar's avatar Vicente Jimenez Aguilar Committed by Luca Barbato
Browse files

doc: Improve the channelsplit example


Expand LFE acronym (lfe.wav -> low_frecuency_effects.wav) as with others filenames

Signed-off-by: default avatarLuca Barbato <lu_zero@gentoo.org>
parent a38a4f44
No related branches found
No related tags found
No related merge requests found
......@@ -498,9 +498,9 @@ Split a 5.1 WAV file into per-channel files:
@example
avconv -i in.wav -filter_complex
'channelsplit=channel_layout=5.1[FL][FR][FC][LFE][SL][SR]'
-map '[FL]' front_left.wav -map '[FR]' front_right.wav -map '[FC]'
front_center.wav -map '[LFE]' lfe.wav -map '[SL]' side_left.wav -map '[SR]'
side_right.wav
-map '[FL]' front_left.wav -map '[FR]' front_right.wav
-map '[FC]' front_center.wav -map '[LFE]' low_frequency_effects.wav
-map '[SL]' side_left.wav -map '[SR]' side_right.wav
@end example
@section channelmap
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment