Created
October 18, 2017 22:25
-
-
Save williamfields/f4859dc39116fa90c6e4d8cd67ae5c8e to your computer and use it in GitHub Desktop.
ffmpeg command to convert audio to video with still image
This file contains hidden or 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
ffmpeg -loop 1 -i input.png -i input.wav -c:v libx264 -tune stillimage -c:a aac -b:a 192k -pix_fmt yuv420p -shortest output.mp4 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment