Hey everyone,
I have a bit of a challange with recording a Processing sketch into .MOV. I've consulted the thread at
https://forum.processing.org/topic/how-to-record-a-processing-sketch-into-mov-any-format that has some really good tips but not answering my needs completly.
I'm capturing a movie from a camera to the sketch and showing it with some other elements (images, other videos, etc.) and I want to record the whole thing, with audio(!) BUT without a few elements (let's say a menu).
So, is there a way to add the pixels ["
addFrame(pixels,width,height); "] but not of the whole scene? (I'm guessing I should put the adding before drawing the unwanted elements, not sure if this will work) and the whole idea is recording everything live (it is a live stream from a camera) so I can't record sound seperatly.
Is any of this possible on Processing?
Thanks a lot,
Nofar
1