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
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 image00000.tif cheers, iain
On Mon, 2012-04-09 at 15:18 +0200, 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 ... ?
Colet Patrice
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
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 always named image00000.tif
the 1st image you save is always image00000.tif, whatever is on the directory (it may write on top on an other file). the 2nd will be image00001.tif. even if you remove everything in the directory.
c
cheers, iain
On Mon, 2012-04-09 at 15:18 +0200, 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 ... ?
Colet Patrice
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
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 image00000.jpg (you could do a symbolic link from one to the other if you really need image.jpg.)
c
Le 09/04/2012 15:18, Patrice Colet a écrit :
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 -> http://lists.puredata.info/listinfo/pd-list
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 hack) the one in git [1].
fg,dasr IOhannes
[1] http://pd-gem.git.sourceforge.net/git/gitweb.cgi?p=pd-gem/Gem;a=blob;f=abstr...
De: "IOhannes m zmölnig" zmoelnig@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 to use Gmerlin instead of quicktime, but right now I need to move foward in my project, thank you.
On 04/09/12 16:26, Patrice Colet wrote:
De: "IOhannes m zmölnig"zmoelnig@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 to use Gmerlin instead of quicktime, but right now I need to move foward in my project, thank you.
the URL i posted was a link to a downloadable abstraction version of [pix_writer].
so if you can use a browser without having to compile it with mingw, you could just use it.
fgmasdr IOhannes