<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Hello all,<div><br></div><div>I am experimenting to the showspectrum filter.  According to the example at <a href="http://www.ffmpeg.org/ffmpeg-filters.html#Examples-11:">http://www.ffmpeg.org/ffmpeg-filters.html#Examples-11:</a></div><div><br></div><div><div><blockquote type="cite">ffplay -f lavfi 'amovie=input.mp3, asplit [a][out1]; [a] showspectrum=mode=separate:color=intensity:slide=1:scale=cbrt [out0]'</blockquote><br></div></div><div>but I cannot figure out how to output the showspectrum result to a saved video with ffmpeg command.  When I adopt the ffplay command to ffmpeg:</div><div><br></div><div><div><blockquote type="cite">./ffmpeg -i Q-full-circle.mp3 -vf showspectrum=mode=separate:color=intensity:slide=1:scale=cbrt -y full-circle.avi</blockquote></div></div><div><br></div><div>the command executes without error, the video file gets generated, but no video is produced.</div><div><br></div><div><br></div><div>Thanks in advance!</div><div><br></div></body></html>