Skip to content

Instantly share code, notes, and snippets.

@patrickgill
Last active April 8, 2019 19:50
Show Gist options
  • Save patrickgill/485f6519ba4996d7d242f1aebd2959cd to your computer and use it in GitHub Desktop.
Save patrickgill/485f6519ba4996d7d242f1aebd2959cd to your computer and use it in GitHub Desktop.
ffmpeg dump and rebuild frame sequence
fmpeg -i video input/frame_%04d.bmp
#your processing here, ie. python3 glitch.py
ffmpeg -framerate 29.97 -i output/wp_frame_%04d.bmp output.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment