Last active
April 15, 2020 18:45
-
-
Save karlthorssen/0ba7e4c56773192bb06d65cfa8442904 to your computer and use it in GitHub Desktop.
Use au
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/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