[PD] GEM write video stream on a single image

2012-04-09 Thread Patrice Colet
Hello, is there a trick to use [pix_write] for writing on one image.jpg at each frame instead of renaming to image001 image002 etc ... ? Colet Patrice ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -

Re: [PD] GEM write video stream on a single image

2012-04-09 Thread Iain Mott
Do you mean that wish store the image with the same filename each time? If it's that, on Linux, i've been sending a message rm /home/myhomedir/pathtojpegs/*.tif to motex/system before saving a tif file with pix_writer (and pix_write). That way it's always named image0.tif cheers, iain On

Re: [PD] GEM write video stream on a single image

2012-04-09 Thread Cyrille Henry
hello, no, i don't think so. but if you wish to have all image written on the same file, just rename at every frame the filename to image, so that it will always write to image0.jpg (you could do a symbolic link from one to the other if you really need image.jpg.) c Le 09/04/2012

Re: [PD] GEM write video stream on a single image

2012-04-09 Thread Cyrille Henry
Le 09/04/2012 15:37, Iain Mott a écrit : Do you mean that wish store the image with the same filename each time? If it's that, on Linux, i've been sending a message rm /home/myhomedir/pathtojpegs/*.tif to motex/system before saving a tif file with pix_writer (and pix_write). That way it's

Re: [PD] GEM write video stream on a single image

2012-04-09 Thread IOhannes m zmölnig
On 04/09/12 15:18, Patrice Colet wrote: Hello, is there a trick to use [pix_write] for writing on one image.jpg at each frame instead of renaming to image001 image002 etc ... ? build your own [pix_write] using [pix_buffer], where you have full control over the filename. or use (and

Re: [PD] GEM write video stream on a single image

2012-04-09 Thread Patrice Colet
is reloaded, maybe there is a trick to faint this bug? Colet Patrice - Mail original - De: Patrice Colet colet.patr...@free.fr À: pd-list pd-list@iem.at Envoyé: Lundi 9 Avril 2012 15:18:48 Objet: [PD] GEM write video stream on a single image Hello, is there a trick

Re: [PD] GEM write video stream on a single image

2012-04-09 Thread Patrice Colet
De: IOhannes m zmölnig zmoel...@iem.at or use (and hack) the one in git [1]. I would be glad to play with sources but I'm still stucked in mingw compilation because of some plugin compilation errors, I'll try to get time this week for testing last git commits, you know I've been trying

Re: [PD] GEM write video stream on a single image

2012-04-09 Thread IOhannes m zmölnig
On 04/09/12 16:26, Patrice Colet wrote: De: IOhannes m zmölnigzmoel...@iem.at or use (and hack) the one in git [1]. I would be glad to play with sources but I'm still stucked in mingw compilation because of some plugin compilation errors, I'll try to get time this week for testing