So what I do in record mode is feed a pix_buffer write with a pix_video,
the with the pix_buffer write feed a pix_write wich record something like seqxxx_$1.jpg ($1, from 0 to 19)
this solutions after different test with other , came out as the best one for a correct framerate
and in random display mode I feed avery 4 seconds the pix_buffer directly with a looping $1 from 0 to 19 message "file seqxxx_$1.jpg $1".
I hope you get !
So my problem would be that I use a pix_buffer for all my actions almost, and that it open files and don't close connections, in 0.42 I found that it's a known problem, and I read that 0.43 had this sys_close() ability, so I switched to 0.43 but I don't know use this function, how can I close all opened files ?
thanks you !