hi list! I'm trying to build a patch for :
is it possible to record the video stream frame by frame without render the video? or must i wait for pix_image_write?
-Then I want to open these files to create loops who changes dynamically in function of the new .tif files recorded but it is very cpu expensive to open and close .tif files one after another to recreate dynamically a video (with pix_image) I have also try pix_buffer, but the size of the buffer must defined in advance (or maybe i don't know pix_buffer enough) And with pix_multiimage I don't succed to create a number with 000001 as pix_write does when he create the tif files
if someone have an idea?
thx stefan