ffmpeg -y -i "input.mp3" -filter_complex "[0:a]showcqt=s=1920x1080[v]" -map '[v]' -map '0:a' -c:a copy "out.mp4"

Exemple