Looping through frames in a video?
I'm looking for a way to loop through an mp4 file, representing each frame as a bitmap.
I've been trying to figure it out for a while and have tried using FFmpeg, FFprobe and openCV but haven't had any luck.
Anyone know how I could do this?
2 Replies
You could convert the video into frames first
It's how I made a prototype video renderer that automatically performs slight edits on the video
How can this be done?