Hi all
I' using this command for to create an image with the audio level from a clip:
ffmpeg -i "input" -filter_complex "showwavespic=s=400x100plit_channels=1" -frames:v 1 output.png

Is possible create a image like this with video level?

Thanks in advance