Last active
October 7, 2025 21:36
-
-
Save PetrGlad/c7549b84f50744b3f3c969b30497e63a to your computer and use it in GitHub Desktop.
soundtrack-video-with-static-picture
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
| # https://superuser.com/questions/1041816/combine-one-image-one-audio-file-to-make-one-video-using-ffmpeg#1041818 | |
| ffmpeg -i backgrop.png -i soundtrack.mp3 -c:v libx264 -tune stillimage -c:a copy output-video.mkv |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment