[FFmpeg-trac] #11070(avfilter:new): showwaves filter doesn't work any more
FFmpeg
trac at avcodec.org
Sun Jun 23 21:09:25 EEST 2024
#11070: showwaves filter doesn't work any more
-------------------------------------+-------------------------------------
Reporter: Michael | Type: defect
Koch |
Status: new | Priority: normal
Component: avfilter | Version: git-
| master
Keywords: | Blocked By:
Blocking: | Reproduced by developer: 0
Analyzed by developer: 0 |
-------------------------------------+-------------------------------------
This is an example from chapter 3.48 in my book:
http://www.astro-electronic.de/FFmpeg_Book.pdf
I'm sure it did work some time ago, when I wrote this chapter. Now it
doesn't work any more. The output is only a line.
rem Create a sample waveform:
ffmpeg -f lavfi -i sine=250:b=2 -t 0.2 -y sine.wav
rem Convert the waveform to an image:
ffmpeg -i sine.wav -lavfi showwaves=n=15:mode=p2p:draw=full -frames 1 -y
waveform.png
--
Ticket URL: <https://trac.ffmpeg.org/ticket/11070>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker
More information about the FFmpeg-trac
mailing list