Skip to content

Instantly share code, notes, and snippets.

@seb-jones
Last active September 1, 2019 09:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save seb-jones/90d2d8366b63c9123fb7334595808014 to your computer and use it in GitHub Desktop.
Save seb-jones/90d2d8366b63c9123fb7334595808014 to your computer and use it in GitHub Desktop.
The command used to compile frames generated by pokemon-fusion-frame-generator.sh into a video
# Pokemon Fusion Video Generator
#
# Simply run the following command in the 'frames' folder output by pokemon-fusion-frames-generator.sh
# (https://gist.github.com/seb-jones/2bba5c1bfb7ff224a9ca8e58a8e4dcab).
#
# Requires FFMPEG
ffmpeg -f image2 -framerate 1 -i %05d.png -s 1920x1080 pfv.avi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment