Skip to content

Instantly share code, notes, and snippets.

@PetrGlad
Last active October 7, 2025 21:36
Show Gist options
  • Select an option

  • Save PetrGlad/c7549b84f50744b3f3c969b30497e63a to your computer and use it in GitHub Desktop.

Select an option

Save PetrGlad/c7549b84f50744b3f3c969b30497e63a to your computer and use it in GitHub Desktop.
soundtrack-video-with-static-picture
# 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