Created
November 23, 2016 13:08
-
-
Save orjanv/4986905a4b413861e71e5369933c951c to your computer and use it in GitHub Desktop.
Use ffmpeg to create a video of a picture and a sound file
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
ffmpeg -loop 1 -i image.jpg -i audio.wav -c:v libx264 -tune stillimage -c:a aac -strict experimental -b:a 192k -pix_fmt yuv420p -shortest out.mp4 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment