Skip to content

Instantly share code, notes, and snippets.

@anacampesan
Last active July 19, 2018 15:56
Show Gist options
  • Save anacampesan/e0221ebc076166be198c8db13bc7766c to your computer and use it in GitHub Desktop.
Save anacampesan/e0221ebc076166be198c8db13bc7766c to your computer and use it in GitHub Desktop.
ffmpeg -r 1000/100 -f image2 -i img-%d.png -i ov.gif -filter_complex "[0:v][1:v]overlay=0:0" out.gif
// -r 1000 / fps
// -f image2 = list of image inputs matching the pattern
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment