atom feed41 messages in at.iem.pd-listRe: [PD] Saving Gem output as video f...
FromSent OnAttachments
Dudley BrooksFeb 12, 2008 6:13 pm 
marius schebellaFeb 12, 2008 7:13 pm 
chris clepperFeb 12, 2008 7:28 pm 
Dudley BrooksFeb 13, 2008 12:59 am 
Dudley BrooksFeb 13, 2008 1:00 am 
marius schebellaFeb 13, 2008 1:56 am 
Jaime OliverFeb 13, 2008 2:16 am 
Olivier HeinryFeb 13, 2008 4:20 am 
Dudley BrooksFeb 13, 2008 9:54 am 
chris clepperFeb 13, 2008 9:58 am 
Claude Heiland-AllenFeb 13, 2008 10:36 am 
marius schebellaFeb 13, 2008 11:13 am 
jimFeb 13, 2008 12:36 pm 
cyrille henryFeb 13, 2008 12:39 pm.pd, .pd, .pd
Dudley BrooksFeb 13, 2008 12:40 pm 
Chris McCormickFeb 13, 2008 6:02 pm.jpgencode
jeremaja nikoFeb 14, 2008 3:23 am 
Dudley BrooksFeb 14, 2008 8:09 am 
Roman HaefeliFeb 14, 2008 8:17 am 
Dudley BrooksFeb 14, 2008 11:22 am 
Olivier HeinryFeb 15, 2008 1:37 am 
bigs...@cox.netFeb 17, 2008 8:50 am 
Dudley BrooksFeb 28, 2008 7:32 pm 
marius schebellaFeb 28, 2008 9:25 pm 
Dudley BrooksFeb 29, 2008 10:56 am 
chris clepperFeb 29, 2008 11:55 am 
Dudley BrooksFeb 29, 2008 12:30 pm 
marius schebellaFeb 29, 2008 12:33 pm 
Roman HaefeliFeb 29, 2008 2:02 pm 
Dudley BrooksFeb 29, 2008 3:36 pm 
marius schebellaFeb 29, 2008 3:40 pm 
Dudley BrooksFeb 29, 2008 4:24 pm 
Dudley BrooksMar 6, 2008 12:36 pm 
bigs...@cox.netMar 6, 2008 3:51 pm 
Dudley BrooksMar 7, 2008 1:27 am 
Jan ThobenMar 7, 2008 2:44 am 
chris clepperMar 7, 2008 5:49 am 
IOhannes m zmölnigMar 7, 2008 7:45 am 
Dudley BrooksMar 7, 2008 9:27 am 
Dudley BrooksMar 7, 2008 9:39 am 
Dudley BrooksMar 7, 2008 10:41 am 
Subject:Re: [PD] Saving Gem output as video file on MacOSX ?
From:Dudley Brooks (dbro@runforyourlife.org)
Date:Feb 29, 2008 10:56:26 am
List:at.iem.pd-list

[Marius -- Thanks for this and also your offline help. I'm putting it back in the public discussion.]

When there are several gemlists, due to several geos, each one seems to trigger snap. So what should be a single frame gets extended into as many frames as there are geos, and during the course of this "extended frame" each geo appears sequentially as it is rendered. Then this starts all over again at the beginning of the next "extended frame". The result is that when I play back the QT movie, it is slowed down and geos flicker in and out of existence.

Is there an object which I can connect all the geo outputs to which will accumulate them until they have all been rendered and only then output them and send a bang to snap? Or is there some other way to synchrnize snap so that it will only capture the "completed" rendering?

In short: How do you use snap/pix_snap/pix_record (or maybe something else and pix_snap?) to capture the output of a *complicated* patch?

Thanks (everyone).

-- Dudley

marius schebella wrote:

pix_snap you have to set a size (the size of your gemwin for example and send a snap message for every frame you want to snap. (use [t b a])

In theory this works, in practice not, because pix_record gives me wrong colors (something like red and green swapped). Do your colors look correct???

marius.

Still a newbie after several weeks! :^(

I didn't specify one part of my original question -- which I still can't figure out:

I can get [pix_record] to work in a patch like this:

[gemhead] | | <input a movie, etc.> |/ [pix_draw] | | <open a save file; "record" and "auto" messages; etc.> |/ [pix_record]

But how do I do something like this:

[gemhead] | <various manipulations> | [cube] | <???????> | [pix_record]

What do I have put in <???????> to feed geos, lights, etc., to [pix_record]? I tried connecting them directly to [pix_record], which didn't work, and I tried connecting them to [pix_draw], which connects to [pix_record]. Is it that geos don't produce pixes?

Thanks.