I am trying to create an audio responsive bar based on the audio file. Like this one: [image: image.png] All I figured out is this command:
*ffmpeg -i output.mp3 -filter_complex "[0:a] ahistogram=s=1024x200,format=yuv420p[v]" -map "[v]" -map 0:a ahistogram.mp4*[image: image.png] I will really appreciate if someone will explain to me how to do it. Thanks in advance!
_______________________________________________ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above, or email ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".