Hi, I’m a total noob at Processing.
I presume this is possible but it would be good to have it confirmed before I start.
I want to cut rectangles from random frames in an existing video to construct a new video.
For example if I have a 1000x500px video with 100 frames; for frame 1 of my new video I want the top left rectangle (500x250px) to be from a random frame (e.g frame 77) of the referenced video, then the top right rectangle to be from another random frame (e.g frame 23), etc with the bottom left and right rectangles. That is for frame 1, then repeat with frame 2 etc until I’ve build up my new (chopped and reordered) 100 frame video.
So I guess this boils down to…
1 can I access individual frames from a video?
2 And can I cut and paste from that frame into a new frame/ image, and paste from another different frame into the same image?
Many thanks