summaryrefslogtreecommitdiff
path: root/doc/filters.texi
diff options
context:
space:
mode:
authorLou Logan <lou@lrcd.com>2016-06-07 10:52:15 -0800
committerLou Logan <lou@lrcd.com>2016-06-07 10:52:15 -0800
commit1748eb02c8f3ab6daf40ef1fb47773cea2bceab3 (patch)
tree84d0f5b7ce368bf16caebb268078a92037bde1c2 /doc/filters.texi
parente01b19deceaafa2b7a9d59717484d8831b00cd71 (diff)
doc/filters: remove outdated showwavespic example
Use "colors" option instead. Signed-off-by: Lou Logan <lou@lrcd.com>
Diffstat (limited to 'doc/filters.texi')
-rw-r--r--doc/filters.texi8
1 files changed, 0 insertions, 8 deletions
diff --git a/doc/filters.texi b/doc/filters.texi
index d9330e32ff..c311f56a24 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -16705,14 +16705,6 @@ in a 1024x800 picture using @command{ffmpeg}:
@example
ffmpeg -i audio.flac -lavfi showwavespic=split_channels=1:s=1024x800 waveform.png
@end example
-
-@item
-Colorize the waveform with colorchannelmixer. This example will make
-the waveform a green color approximately RGB(66,217,150). Additional
-channels will be shades of this color.
-@example
-ffmpeg -i audio.mp3 -filter_complex "showwavespic,colorchannelmixer=rr=66/255:gg=217/255:bb=150/255" waveform.png
-@end example
@end itemize
@section spectrumsynth