I’m looking for a way to export all the still frames from a local video file programmatically, I’ve tried Processing and OpenFrameworks but they only seem to deal in realtime video, I’ve also looked at vidsynth but it is Windows only….
Any ideas?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
use ffmpeg here is the command
ffmpeg -i inputfile.avi -r 1 -f image2 image-%3d.jpeg