Skip to content

Instantly share code, notes, and snippets.

@postspectacular
Created August 10, 2012 22:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save postspectacular/3318720 to your computer and use it in GitHub Desktop.
Save postspectacular/3318720 to your computer and use it in GitHub Desktop.
ffmpeg image seq + audio + watermark
ffmpeg -f image2 -i render-%04d.png -i audio.mp3 -r 25 -vcodec libx264 -b:v 1024k -b:a 192k -t 00:00:04 -vf "movie=watermark.png [watermark]; [in][watermark] overlay=10:10 [out]" out.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment