brew install ffmpeg
ffmpeg -i test.MOV -vf fps=15 thumb%04d.jpg -hide_banner
Note: option -vf fps=15
means generating 15 frame images per second of the video.
brew install ffmpeg
ffmpeg -i test.MOV -vf fps=15 thumb%04d.jpg -hide_banner
Note: option -vf fps=15
means generating 15 frame images per second of the video.