diff --git a/create-frames b/create-frames new file mode 100644 index 0000000..aaca2d0 --- /dev/null +++ b/create-frames @@ -0,0 +1,6 @@ +# create a folder called "frames" +# open command prompt on the folder +# get the badapple video file +# then run the ffmpeg script + +ffmpeg -i badapple.mp4 -r 30 output_%04d.png diff --git a/frames.zip b/frames.zip new file mode 100644 index 0000000..c7bc59a Binary files /dev/null and b/frames.zip differ