3 lines
132 B
Bash
Executable file
3 lines
132 B
Bash
Executable file
# This takes all of the frames in the video and turns them into pngs
|
|
ffmpeg -i shrunk.mp4 -vf fps=24 images/fromvideo/thumb%04d.png
|