[FFmpeg-cvslog] doc/filters: remove outdated showwavespic example
Lou Logan
git at videolan.org
Tue Jun 7 20:58:03 CEST 2016
ffmpeg | branch: master | Lou Logan <lou at lrcd.com> | Tue Jun 7 10:52:15 2016 -0800| [1748eb02c8f3ab6daf40ef1fb47773cea2bceab3] | committer: Lou Logan
doc/filters: remove outdated showwavespic example
Use "colors" option instead.
Signed-off-by: Lou Logan <lou at lrcd.com>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=1748eb02c8f3ab6daf40ef1fb47773cea2bceab3
---
doc/filters.texi | 8 --------
1 file changed, 8 deletions(-)
diff --git a/doc/filters.texi b/doc/filters.texi
index d9330e3..c311f56 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
-
- at 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.
- at example
-ffmpeg -i audio.mp3 -filter_complex "showwavespic,colorchannelmixer=rr=66/255:gg=217/255:bb=150/255" waveform.png
- at end example
@end itemize
@section spectrumsynth
More information about the ffmpeg-cvslog
mailing list