-
-
Save gormih/af353165bc920f05e7988b6a1b1d970e 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