[FFmpeg-cvslog] doc: Improve the channelsplit example
Vicente Jimenez Aguilar
git at videolan.org
Tue Feb 16 18:34:58 CET 2016
ffmpeg | branch: master | Vicente Jimenez Aguilar <googuy at gmail.com> | Thu Feb 21 15:08:55 2013 +0100| [f428893c172536fbc108b24790d7ecef301c77b7] | committer: Luca Barbato
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 at gentoo.org>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=f428893c172536fbc108b24790d7ecef301c77b7
---
doc/filters.texi | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/doc/filters.texi b/doc/filters.texi
index 9804c0e..d5aa99b 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
More information about the ffmpeg-cvslog
mailing list