Skip to content

Instantly share code, notes, and snippets.

@ImreSamu
Forked from postspectacular/ffmpeg-av-seq.sh
Created February 25, 2014 22:45
Show Gist options
  • Save ImreSamu/9219605 to your computer and use it in GitHub Desktop.
Save ImreSamu/9219605 to your computer and use it in GitHub Desktop.
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