View Single Post
Old 10th February 2014, 16:33   #2  |  Link
LoRd_MuldeR
Software Developer
 
LoRd_MuldeR's Avatar
 
Join Date: Jun 2005
Location: Last House on Slunk Street
Posts: 13,248
Found this with a quick Google search:
FFMPEG - Making an Image Sequence from a video

Code:
ffmpeg -i "input.mov" -an -f image2 "output_%05d.jpg"
__________________
Go to https://standforukraine.com/ to find legitimate Ukrainian Charities 🇺🇦✊

Last edited by LoRd_MuldeR; 10th February 2014 at 16:48.
LoRd_MuldeR is offline   Reply With Quote