Last active
April 8, 2019 19:50
-
-
Save patrickgill/485f6519ba4996d7d242f1aebd2959cd to your computer and use it in GitHub Desktop.
ffmpeg dump and rebuild frame sequence
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
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