Skip to content

Instantly share code, notes, and snippets.

@karlthorssen
Last active April 15, 2020 18:45
Show Gist options
  • Save karlthorssen/0ba7e4c56773192bb06d65cfa8442904 to your computer and use it in GitHub Desktop.
Save karlthorssen/0ba7e4c56773192bb06d65cfa8442904 to your computer and use it in GitHub Desktop.
Use au
/usr/local/Cellar/ffmpeg/4.2.2-with-options_1/bin/ffmpeg \
-i background.png -i Glory.wav \
-acodec libfdk_aac \
-filter_complex "[1:a]showwaves=mode=line:s=hd1080:colors=White[v];[0:v][v]overlay=format=auto,format=yuv420p[vout]" \
-map "[vout]" -map 1:a -vcodec libx264 -pix_fmt yuv420p \
output.mp4
# next time I'll use
# https://github.com/newscorp-ghfb/audiogram
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment