summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorVicente Jimenez Aguilar <googuy@gmail.com>2013-02-21 15:08:55 +0100
committerLuca Barbato <lu_zero@gentoo.org>2016-02-06 13:19:25 +0100
commitf428893c172536fbc108b24790d7ecef301c77b7 (patch)
treef269651e98469bf708e0244435030e91cf1e9784 /doc
parenta38a4f44b5c719f21e06da8d4f7d7aa9f4e190a6 (diff)
doc: Improve the channelsplit example
Expand LFE acronym (lfe.wav -> low_frecuency_effects.wav) as with others filenames Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
Diffstat (limited to 'doc')
-rw-r--r--doc/filters.texi6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/filters.texi b/doc/filters.texi
index 9804c0e29d..d5aa99be8e 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -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