Last active
July 19, 2018 15:56
-
-
Save anacampesan/e0221ebc076166be198c8db13bc7766c to your computer and use it in GitHub Desktop.
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
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