-
Install ffmpeg
-
Prepare Video
-
Run ffmpeg video to image-series command
ffmpeg -i [video_name].mov -vf scale=1280:-1 -r 60 ~/cuts/image%06d.png
Install ffmpeg
Prepare Video
Run ffmpeg video to image-series command
ffmpeg -i [video_name].mov -vf scale=1280:-1 -r 60 ~/cuts/image%06d.png