Created
March 17, 2026 08:23
-
-
Save fabiofidanza/59a8cfe57843b2ddc68695fdcaf265e5 to your computer and use it in GitHub Desktop.
Create video from audio file and single image with ffmpeg
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 IMAGE.png -i AUDIOFILE.wav -c:v libx264 -tune stillimage -c:a aac -b:a 192k -pix_fmt yuv420p -shortest OurLove.mp4 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment