[PD] pdp_rec

2008-10-16 Thread vincent . rioux
hi,
is there a way to set divx rate for pdp_rec object?
i found that recording in jpeg format on pd-extended/hardy was not working
unfortunately.

vincent


___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] pdp_rec

2008-10-16 Thread ydegoyon
ola,

yes, i noticed that,
only divx works now with this
&%!###%%!! libquicktime.

it will not be fixed, not by me,
record in ogg/theora ( pdp_theorout~ ),
there you can set every parameters you like.

saludos,
sevy


[EMAIL PROTECTED] wrote:
> hi,
> is there a way to set divx rate for pdp_rec object?
> i found that recording in jpeg format on pd-extended/hardy was not working
> unfortunately.
>
> vincent
>
>
> ___
> 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


Re: [PD] pdp_rec

2008-10-19 Thread Vincent Rioux
hello Yves,

thanks for the advice
pdp_theorout~ is neat but i found pdp_theorin~ to be really difficult to
handle (segfaults and such)

so what i do now:
- record videos with pdp_theorout~
- convert videos to ffmpg_mp4 (with ffmpeg)
- play videos with pdp_yqt

works great!

best regards,
vincent



ydegoyon a écrit :
> ola,
>
> yes, i noticed that,
> only divx works now with this
> &%!###%%!! libquicktime.
>
> it will not be fixed, not by me,
> record in ogg/theora ( pdp_theorout~ ),
> there you can set every parameters you like.
>
> saludos,
> sevy
>
>
> [EMAIL PROTECTED] wrote:
>   
>> hi,
>> is there a way to set divx rate for pdp_rec object?
>> i found that recording in jpeg format on pd-extended/hardy was not working
>> unfortunately.
>>
>> vincent
>>
>>
>> ___
>> 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
>
>   

___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] pdp_rec

2008-10-20 Thread ydegoyon
hola,


the status for this is that
it seems difficult to use theorin~
and theorout~at the same time in a patch,
yes it crashes,
surely for a reentrancy problem in libtheora
that i don't have time to fix for now...
volunteers are welcome.

saludos,
sevy

Vincent Rioux wrote:
> hello Yves,
>
> thanks for the advice
> pdp_theorout~ is neat but i found pdp_theorin~ to be really difficult 
> to handle (segfaults and such)
>
> so what i do now:
> - record videos with pdp_theorout~
> - convert videos to ffmpg_mp4 (with ffmpeg)
> - play videos with pdp_yqt
>
> works great!
>
> best regards,
> vincent
>
>
>
> ydegoyon a écrit :
>> ola,
>>
>> yes, i noticed that,
>> only divx works now with this
>> &%!###%%!! libquicktime.
>>
>> it will not be fixed, not by me,
>> record in ogg/theora ( pdp_theorout~ ),
>> there you can set every parameters you like.
>>
>> saludos,
>> sevy
>>
>>
>> [EMAIL PROTECTED] wrote:
>>   
>>> hi,
>>> is there a way to set divx rate for pdp_rec object?
>>> i found that recording in jpeg format on pd-extended/hardy was not working
>>> unfortunately.
>>>
>>> vincent
>>>
>>>
>>> ___
>>> 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
>>
>>   
>


___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] pdp_rec

2009-03-18 Thread John Harrison
If nobody is going to fix the jpeg codec for pdp_rec~, could that codec be
removed? It gives no errors, appears to work, the frames advance, but the
recordings don't come out. This email thread shows this has been a known
problem for some time now and there is no intention to fix it.

A student and I just lost some time working on her non-trivial patch and the
problem was that she was using the jpeg codec with pdp_rec~. We didn't have
a lot of clues to work with to diagnose the problem.

If we do not wish to remove the codec entirely, perhaps a warning might show
up on the pd console that the jpeg codec is buggy/not supported.

Thanks for considering,

-John

On Thu, Oct 16, 2008 at 7:30 AM, ydegoyon  wrote:

> ola,
>
> yes, i noticed that,
> only divx works now with this
> &%!###%%!! libquicktime.
>
> it will not be fixed, not by me,
> record in ogg/theora ( pdp_theorout~ ),
> there you can set every parameters you like.
>
> saludos,
> sevy
>
>
> vincent.ri...@no-log.org wrote:
> > hi,
> > is there a way to set divx rate for pdp_rec object?
> > i found that recording in jpeg format on pd-extended/hardy was not
> working
> > unfortunately.
> >
> > vincent
> >
> >
> > ___
> > 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
>
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] pdp_rec

2009-03-18 Thread IOhannes m zmoelnig

John Harrison wrote:

If nobody is going to fix the jpeg codec for pdp_rec~, could that codec be
removed? It gives no errors, appears to work, the frames advance, but the
recordings don't come out. This email thread shows this has been a known
problem for some time now and there is no intention to fix it.

A student and I just lost some time working on her non-trivial patch and the
problem was that she was using the jpeg codec with pdp_rec~. We didn't have
a lot of clues to work with to diagnose the problem.

If we do not wish to remove the codec entirely, perhaps a warning might show
up on the pd console that the jpeg codec is buggy/not supported.



without having a full understanding of the problem, i somehow doubt that 
the problem is really in pdp/pidip but rather within libquicktime.
putting a warning in the calling application might be even more 
confusing, once the codec get's fixed upstream.
filtering for a certain codec can also be confusing, since the 
codec-names are dynamically extracted from what libquicktime offers, and 
thus can change by simply installing/upgrading a certain plugin.


of course this doesn't help you with your problem.

fga,sdr
IOhannes


smime.p7s
Description: S/MIME Cryptographic Signature
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] pdp_rec

2009-03-18 Thread ydego...@gmail.com

ola,

all we can do on that respect is to set the default codec
to divx, which i did int the svn/trunk..

xiao,
sevy

John Harrison wrote:
If nobody is going to fix the jpeg codec for pdp_rec~, could that 
codec be removed? It gives no errors, appears to work, the frames 
advance, but the recordings don't come out. This email thread shows 
this has been a known problem for some time now and there is no 
intention to fix it.


A student and I just lost some time working on her non-trivial patch 
and the problem was that she was using the jpeg codec with pdp_rec~. 
We didn't have a lot of clues to work with to diagnose the problem.


If we do not wish to remove the codec entirely, perhaps a warning 
might show up on the pd console that the jpeg codec is buggy/not 
supported.


Thanks for considering,

-John

On Thu, Oct 16, 2008 at 7:30 AM, ydegoyon > wrote:


ola,

yes, i noticed that,
only divx works now with this
&%!###%%!! libquicktime.

it will not be fixed, not by me,
record in ogg/theora ( pdp_theorout~ ),
there you can set every parameters you like.

saludos,
sevy


vincent.ri...@no-log.org  wrote:
> hi,
> is there a way to set divx rate for pdp_rec object?
> i found that recording in jpeg format on pd-extended/hardy was
not working
> unfortunately.
>
> vincent
>
>
> ___
> 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





___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] pdp_rec

2009-03-18 Thread bigswift

There is definitely some bug in it regardless of where it comes from.
While the ."mov" plays on linux in other O/s Quicktime complains of "BAD 
PUBLIC ATOM"

the workaround is to set pdp_rec~ to use divx

pp


Patrick Pagano

Digital Media Engineer
Digital Worlds Institute
University of Florida




On Wed, Mar 18, 2009 at 10:16 AM , IOhannes m zmoelnig wrote:


John Harrison wrote:
If nobody is going to fix the jpeg codec for pdp_rec~, could that 
codec be
removed? It gives no errors, appears to work, the frames advance, but 
the
recordings don't come out. This email thread shows this has been a 
known

problem for some time now and there is no intention to fix it.

A student and I just lost some time working on her non-trivial patch 
and the
problem was that she was using the jpeg codec with pdp_rec~. We 
didn't have

a lot of clues to work with to diagnose the problem.

If we do not wish to remove the codec entirely, perhaps a warning 
might show

up on the pd console that the jpeg codec is buggy/not supported.



without having a full understanding of the problem, i somehow doubt 
that the problem is really in pdp/pidip but rather within 
libquicktime.
putting a warning in the calling application might be even more 
confusing, once the codec get's fixed upstream.
filtering for a certain codec can also be confusing, since the 
codec-names are dynamically extracted from what libquicktime offers, 
and thus can change by simply installing/upgrading a certain plugin.


of course this doesn't help you with your problem.

fga,sdr
IOhannes


 --

___
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


[PD] [pdp_rec~] and record my vj sessions using [pdp_qt]

2007-11-21 Thread Javier Garcia

Hi,

I would like to record a video that goes from [pdp_qt] to [pdp_xv] or [pdp_glx] 
passing throw other pdp objects (or what is the same: my sessions).

I thougt in [pdp_rec~], but i have seen it only can be connected to [pdp_qt] or 
[pdp_qt~] but not to [pdp_xv] or [pdp_glx].

Can someone help me?

br.
GARFF

_
Tecnología, moda, motor, viajes,…suscríbete a nuestros boletines para estar a 
la última
http://newsletters.msn.com/hm/maintenanceeses.asp?L=ES&C=ES&P=WCMaintenance&Brand=WL&RU=http%3a%2f%2fmail.live.com___
PD-list@iem.at mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list


[PD] pdp_rec~ crashes on ubuntu Jaunty/Pd-extended 0.41.4

2009-07-16 Thread John Harrison
This simple patch crashes every time on ubuntu Jaunty/Pd-extended 0.41.4.
The same patch works fine on my ubuntu Hardy machine, also with Pd-extended
0.41.4 It doesn't matter if I try a different video compressor. It still
crashes.

Just click on the filename, then click on [start(.

On the Jaunty machine, the help patch for [pdp_rec~] doesn't work either. A
quick workaround fix would be greatly appreciated, if one is possible. Or am
I missing something really obvious?

-- 
John
http://alumni.media.mit.edu/~harrison/
#N canvas 0 0 992 300 10;
#X obj 256 124 pdp_noise;
#X obj 257 95 metro 70;
#X obj 257 61 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144 -1
-1;
#X obj 191 69 loadbang;
#X obj 256 171 pdp_glx;
#X obj 365 144 pdp_rec~;
#X floatatom 374 186 5 0 0 0 - - -;
#X msg 394 112 start;
#X msg 394 85 open /tmp/output.mov;
#X connect 0 0 4 0;
#X connect 0 0 5 0;
#X connect 1 0 0 0;
#X connect 2 0 1 0;
#X connect 3 0 1 0;
#X connect 5 0 6 0;
#X connect 7 0 5 0;
#X connect 8 0 5 0;
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] [pdp_rec~] and record my vj sessions using [pdp_qt]

2007-11-21 Thread Jack

Have a look at the help file about [pdp_rec~] and [pdp_glx].
[pdp_glx] output mouse event messages when you are on the rendering  
window. So this message is not 'useful' for [pdp_rec~]

You can do something like that (for exemple) :
[pdp_qt]
|
[pdp_contrast]
|\
|  \
|\
|  \
|  [pdp_rec~]
|
[pdp_glx]

Then what you are recording (with [pdp_rec~]) is what you are seeing  
(with [pdp_glx]).

++

Jack

PS : don't forget to see what is output from an object (at its outlet 
(s)) and what an other object accept (at its inlet(s)) : have a look  
at the help patch.


Le 21 nov. 07 à 23:55, Javier Garcia a écrit :



Hi,

I would like to record a video that goes from [pdp_qt] to [pdp_xv]  
or [pdp_glx] passing throw other pdp objects (or what is the same:  
my sessions).


I thougt in [pdp_rec~], but i have seen it only can be connected to  
[pdp_qt] or [pdp_qt~] but not to [pdp_xv] or [pdp_glx].


Can someone help me?

br.
GARFF

Tecnología, moda, motor, viajes,…suscríbete a nuestros boletines  
para estar a la última MSN Newsletters

___
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


Re: [PD] [pdp_rec~] and record my vj sessions using [pdp_qt]

2007-11-22 Thread Javier Garcia
Jack wrote:

> You can do something like that (for exemple) :> [pdp_qt]> |> [pdp_contrast]> 
> |\> |  \> |\> |  \> |  [pdp_rec~]> |> [pdp_glx]

Thanks Jack, but the problem with [pdp_rec] in this case you tell me, is if i 
seek the video, the time of the video recorded oscilates.

Anyone knows if with [pdp_rawout] (thanks Jay) happens the same?

GARFF
 
CC: pd-list@iem.at
From: [EMAIL PROTECTED]
Subject: Re: [PD] [pdp_rec~]  and record my vj sessions using [pdp_qt]
Date: Thu, 22 Nov 2007 02:02:40 +0100
To: [EMAIL PROTECTED]

Have a look at the help file about [pdp_rec~] and [pdp_glx].[pdp_glx] output 
mouse event messages when you are on the rendering window. So this message is 
not 'useful' for [pdp_rec~]You can do something like that (for exemple) 
:[pdp_qt]|[pdp_contrast]|\|  \|\|  \|  [pdp_rec~]|[pdp_glx]Then 
what you are recording (with [pdp_rec~]) is what you are seeing (with 
[pdp_glx]).++JackPS : don't forget to see what is output from an object (at its 
outlet(s)) and what an other object accept (at its inlet(s)) : have a look at 
the help patch.
Le 21 nov. 07 à 23:55, Javier Garcia a écrit :
Hi,

I would like to record a video that goes from [pdp_qt] to [pdp_xv] or [pdp_glx] 
passing throw other pdp objects (or what is the same: my sessions).

I thougt in [pdp_rec~], but i have seen it only can be connected to [pdp_qt] or 
[pdp_qt~] but not to [pdp_xv] or [pdp_glx].

Can someone help me?

br.
GARFF

Tecnología, moda, motor, viajes,…suscríbete a nuestros boletines para estar a 
la última MSN [EMAIL PROTECTED] mailing listUNSUBSCRIBE and account-management 
-> http://lists.puredata.info/listinfo/pd-list 

_
Tecnología, moda, motor, viajes,…suscríbete a nuestros boletines para estar a 
la última
http://newsletters.msn.com/hm/maintenanceeses.asp?L=ES&C=ES&P=WCMaintenance&Brand=WL&RU=http%3a%2f%2fmail.live.com___
PD-list@iem.at mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] [pdp_rec~] and record my vj sessions using [pdp_qt]

2007-11-25 Thread Javier Garcia
Jay wrote:

> have you tried
> pdp_rawout ?
> http://zwizwa.goto10.org/darcs/pdp-12/doc/misc/rawout.txt

Can
someone send any patch using [pdp_rawout] and [pdp_qt] with some
instructions (included the command to get a vlc file or any other video
file) ?


GARFF


From: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: RE: [PD] [pdp_rec~]  and record my vj sessions using [pdp_qt]
Date: Sun, 25 Nov 2007 21:25:32 +0100







Jay wrote:

> have you tried
> pdp_rawout ?
> http://zwizwa.goto10.org/darcs/pdp-12/doc/misc/rawout.txt

Can someone send any patch using [pdp_rawout] and [pdp_qt] with some 
instructions (included the command to get a vlc file or any other video file) ?


GARFF


> Date: Thu, 22 Nov 2007 02:08:42 +0100
> From: [EMAIL PROTECTED]
> To: [EMAIL PROTECTED]
> Subject: Re: [PD] [pdp_rec~]  and record my vj sessions using [pdp_qt]
> 
> have you tried
> pdp_rawout ?
> http://zwizwa.goto10.org/darcs/pdp-12/doc/misc/rawout.txt
> 
> Javier Garcia escribió:
> >
> > Hi,
> >
> > I would like to record a video that goes from [pdp_qt] to [pdp_xv] or 
> > [pdp_glx] passing throw other pdp objects (or what is the same: my 
> > sessions).
> >
> > I thougt in [pdp_rec~], but i have seen it only can be connected to 
> > [pdp_qt] or [pdp_qt~] but not to [pdp_xv] or [pdp_glx].
> >
> > Can someone help me?
> >
> > br.
> > GARFF
> >
> > 
> > Tecnología, moda, motor, viajes,…suscríbete a nuestros boletines para 
> > estar a la última MSN Newsletters 
> > <http://newsletters.msn.com/hm/maintenanceeses.asp?L=ES&C=ES&P=WCMaintenance&Brand=WL&RU=http%3a%2f%2fmail.live.com>
> >  
> >
> > 
> >
> > ___
> > PD-list@iem.at mailing list
> > UNSUBSCRIBE and account-management -> 
> > http://lists.puredata.info/listinfo/pd-list
> >   
> 

Tecnología, moda, motor, viajes,…suscríbete a nuestros boletines para estar a 
la última MSN Newsletters

_
Tecnología, moda, motor, viajes,…suscríbete a nuestros boletines para estar a 
la última
http://newsletters.msn.com/hm/maintenanceeses.asp?L=ES&C=ES&P=WCMaintenance&Brand=WL&RU=http%3a%2f%2fmail.live.com___
PD-list@iem.at mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] [pdp_rec~] and record my vj sessions using [pdp_qt]

2007-11-25 Thread Nikola Jeremic
hi

i did it with pdp_theorout~
but i had some audio-video desyncronisation with theora codec
you have to experiment and see what works for your system
here is also my patch so you can see it
hope it helps

greets
n.


On Nov 25, 2007 9:30 PM, Javier Garcia <[EMAIL PROTECTED]> wrote:
>
> Jay wrote:
>
> > have you tried
> > pdp_rawout ?
> > http://zwizwa.goto10.org/darcs/pdp-12/doc/misc/rawout.txt
>
> Can someone send any patch using [pdp_rawout] and [pdp_qt] with some
> instructions (included the command to get a vlc file or any other video
> file) ?
>
>
> GARFF
>
>
> 
> From: [EMAIL PROTECTED]
> To: [EMAIL PROTECTED]
> Subject: RE: [PD] [pdp_rec~] and record my vj sessions using [pdp_qt]
> Date: Sun, 25 Nov 2007 21:25:32 +0100
>
>
> Jay wrote:
>
> > have you tried
> > pdp_rawout ?
> > http://zwizwa.goto10.org/darcs/pdp-12/doc/misc/rawout.txt
>
> Can someone send any patch using [pdp_rawout] and [pdp_qt] with some
> instructions (included the command to get a vlc file or any other video
> file) ?
>
>
> GARFF
>
>
> ____________
> > Date: Thu, 22 Nov 2007 02:08:42 +0100
> > From: [EMAIL PROTECTED]
> > To: [EMAIL PROTECTED]
>
> > Subject: Re: [PD] [pdp_rec~] and record my vj sessions using [pdp_qt]
> >
> > have you tried
> > pdp_rawout ?
> > http://zwizwa.goto10.org/darcs/pdp-12/doc/misc/rawout.txt
> >
> > Javier Garcia escribió:
>
>
> > >
> > > Hi,
> > >
> > > I would like to record a video that goes from [pdp_qt] to [pdp_xv] or
> > > [pdp_glx] passing throw other pdp objects (or what is the same: my
> > > sessions).
> > >
> > > I thougt in [pdp_rec~], but i have seen it only can be connected to
> > > [pdp_qt] or [pdp_qt~] but not to [pdp_xv] or [pdp_glx].
> > >
> > > Can someone help me?
> > >
> > > br.
> > > GARFF
> > >
> > > 
> > > Tecnología, moda, motor, viajes,…suscríbete a nuestros boletines para
> > > estar a la última MSN Newsletters
> > >
> <http://newsletters.msn.com/hm/maintenanceeses.asp?L=ES&C=ES&P=WCMaintenance&Brand=WL&RU=http%3a%2f%2fmail.live.com>
> > >
> > > 
>
> > >
> > > ___
> > > PD-list@iem.at mailing list
> > > UNSUBSCRIBE and account-management ->
> http://lists.puredata.info/listinfo/pd-list
> > >
> >
>
> 
>
> Tecnología, moda, motor, viajes,…suscríbete a nuestros boletines para estar
> a la última MSN Newsletters
>
> 
> Tecnología, moda, motor, viajes,…suscríbete a nuestros boletines para estar
> a la última MSN Newsletters
> ___
> PD-list@iem.at mailing list
> UNSUBSCRIBE and account-management ->
> http://lists.puredata.info/listinfo/pd-list
>
>



-- 
www.echoplex-label.de/njeremic


video_fx.pd
Description: Binary data
___
PD-list@iem.at mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] [pdp_rec~] and record my vj sessions using [pdp_qt]

2007-11-26 Thread Javier Garcia
Nikola Jeremic wrote:

> i did it with pdp_theorout~
> but i had some audio-video desyncronisation with theora codec
> you have to experiment and see what works for your system
> here is also my patch so you can see it
> hope it helps

Thanks Nikola, but im looking for a solution to record my vj sessions (with 
music) using [pdp_qt]. Some could think in [pdp_rec~], but when i seek the 
movie, the final time of the recorded video becomes variable.

Anyone who tells me how to use [pdp_rawout~]? I used the help patch but the 
final video is green-noisy. 


GARFF


> Date: Sun, 25 Nov 2007 23:38:07 +0100
> From: [EMAIL PROTECTED]
> To: [EMAIL PROTECTED]
> Subject: Re: [PD] [pdp_rec~] and record my vj sessions using [pdp_qt]
> CC: [EMAIL PROTECTED]; pd-list@iem.at
> 
> hi
> 
> i did it with pdp_theorout~
> but i had some audio-video desyncronisation with theora codec
> you have to experiment and see what works for your system
> here is also my patch so you can see it
> hope it helps
> 
> greets
> n.
> 
> 
> On Nov 25, 2007 9:30 PM, Javier Garcia <[EMAIL PROTECTED]> wrote:
> >
> > Jay wrote:
> >
> > > have you tried
> > > pdp_rawout ?
> > > http://zwizwa.goto10.org/darcs/pdp-12/doc/misc/rawout.txt
> >
> > Can someone send any patch using [pdp_rawout] and [pdp_qt] with some
> > instructions (included the command to get a vlc file or any other video
> > file) ?
> >
> >
> > GARFF
> >
> >
> > 
> > From: [EMAIL PROTECTED]
> > To: [EMAIL PROTECTED]
> > Subject: RE: [PD] [pdp_rec~] and record my vj sessions using [pdp_qt]
> > Date: Sun, 25 Nov 2007 21:25:32 +0100
> >
> >
> > Jay wrote:
> >
> > > have you tried
> > > pdp_rawout ?
> > > http://zwizwa.goto10.org/darcs/pdp-12/doc/misc/rawout.txt
> >
> > Can someone send any patch using [pdp_rawout] and [pdp_qt] with some
> > instructions (included the command to get a vlc file or any other video
> > file) ?
> >
> >
> > GARFF
> >
> >
> > 
> > > Date: Thu, 22 Nov 2007 02:08:42 +0100
> > > From: [EMAIL PROTECTED]
> > > To: [EMAIL PROTECTED]
> >
> > > Subject: Re: [PD] [pdp_rec~] and record my vj sessions using [pdp_qt]
> > >
> > > have you tried
> > > pdp_rawout ?
> > > http://zwizwa.goto10.org/darcs/pdp-12/doc/misc/rawout.txt
> > >
> > > Javier Garcia escribió:
> >
> >
> > > >
> > > > Hi,
> > > >
> > > > I would like to record a video that goes from [pdp_qt] to [pdp_xv] or
> > > > [pdp_glx] passing throw other pdp objects (or what is the same: my
> > > > sessions).
> > > >
> > > > I thougt in [pdp_rec~], but i have seen it only can be connected to
> > > > [pdp_qt] or [pdp_qt~] but not to [pdp_xv] or [pdp_glx].
> > > >
> > > > Can someone help me?
> > > >
> > > > br.
> > > > GARFF
> > > >
> > > > 
> > > > Tecnología, moda, motor, viajes,…suscríbete a nuestros boletines para
> > > > estar a la última MSN Newsletters
> > > >
> > <http://newsletters.msn.com/hm/maintenanceeses.asp?L=ES&C=ES&P=WCMaintenance&Brand=WL&RU=http%3a%2f%2fmail.live.com>
> > > >
> > > > 
> >
> > > >
> > > > ___
> > > > PD-list@iem.at mailing list
> > > > UNSUBSCRIBE and account-management ->
> > http://lists.puredata.info/listinfo/pd-list
> > > >
> > >
> >
> > 
> >
> > Tecnología, moda, motor, viajes,…suscríbete a nuestros boletines para estar
> > a la última MSN Newsletters
> >
> > 
> > Tecnología, moda, motor, viajes,…suscríbete a nuestros boletines para estar
> > a la última MSN Newsletters
> > ___
> > PD-list@iem.at mailing list
> > UNSUBSCRIBE and account-management ->
> > http://lists.puredata.info/listinfo/pd-list
> >
> >
> 
> 
> 
> -- 
> www.echoplex-label.de/njeremic

_
Tecnología, moda, motor, viajes,…suscríbete a nuestros boletines para estar a 
la última
http://newsletters.msn.com/hm/maintenanceeses.asp?L=ES&C=ES&P=WCMaintenance&Brand=WL&RU=http%3a%2f%2fmail.live.com___
PD-list@iem.at mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] pdp_rec~ crashes on ubuntu Jaunty/Pd-extended 0.41.4

2009-07-16 Thread John Harrison
Sorry my other machine where [pdp_rec~] works is ubuntu Intrepid (8.10) not
Hardy as stated below.

-John

On Thu, Jul 16, 2009 at 2:29 AM, John Harrison wrote:

> This simple patch crashes every time on ubuntu Jaunty/Pd-extended 0.41.4.
> The same patch works fine on my ubuntu Hardy machine, also with Pd-extended
> 0.41.4 It doesn't matter if I try a different video compressor. It still
> crashes.
>
> Just click on the filename, then click on [start(.
>
> On the Jaunty machine, the help patch for [pdp_rec~] doesn't work either. A
> quick workaround fix would be greatly appreciated, if one is possible. Or am
> I missing something really obvious?
>
> --
> John
> http://alumni.media.mit.edu/~harrison/
>



-- 
John
http://alumni.media.mit.edu/~harrison/
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] pdp_rec~ crashes on ubuntu Jaunty/Pd-extended 0.41.4

2009-07-16 Thread ydego...@gmail.com

ola,

sorry for that..
you can suspect something changed in libquicktime interface
but i have no jaumty here...
you can try to record in theora format
with pdp_theorout~,
after all it will be already compressed
as you want and ready to publish on the web

saludos,
sevy

John Harrison wrote:
Sorry my other machine where [pdp_rec~] works is ubuntu Intrepid 
(8.10) not Hardy as stated below.


-John

On Thu, Jul 16, 2009 at 2:29 AM, John Harrison 
mailto:johnharrison...@gmail.com>> wrote:


This simple patch crashes every time on ubuntu Jaunty/Pd-extended
0.41.4. The same patch works fine on my ubuntu Hardy machine, also
with Pd-extended 0.41.4 It doesn't matter if I try a different
video compressor. It still crashes.

Just click on the filename, then click on [start(.

On the Jaunty machine, the help patch for [pdp_rec~] doesn't work
either. A quick workaround fix would be greatly appreciated, if
one is possible. Or am I missing something really obvious?

-- 
John

http://alumni.media.mit.edu/~harrison/





--
John
http://alumni.media.mit.edu/~harrison/ 




___
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


Re: [PD] pdp_rec~ crashes on ubuntu Jaunty/Pd-extended 0.41.4

2009-07-16 Thread John Harrison
Yves what distro do you run? Are bugs I find more likely to be fixed
if I run the same distro as you? Also what happens with pdp_rec? It
remains as undocumented and broken for the latest debian distros for
some unspecified amount of time? Any method already in place for
keeping track of bugs in pdp/PiDiP?

On 7/16/09, ydego...@gmail.com  wrote:
> ola,
>
> sorry for that..
> you can suspect something changed in libquicktime interface
> but i have no jaumty here...
> you can try to record in theora format
> with pdp_theorout~,
> after all it will be already compressed
> as you want and ready to publish on the web
>
> saludos,
> sevy
>
> John Harrison wrote:
>> Sorry my other machine where [pdp_rec~] works is ubuntu Intrepid
>> (8.10) not Hardy as stated below.
>>
>> -John
>>
>> On Thu, Jul 16, 2009 at 2:29 AM, John Harrison
>> mailto:johnharrison...@gmail.com>> wrote:
>>
>> This simple patch crashes every time on ubuntu Jaunty/Pd-extended
>> 0.41.4. The same patch works fine on my ubuntu Hardy machine, also
>> with Pd-extended 0.41.4 It doesn't matter if I try a different
>> video compressor. It still crashes.
>>
>> Just click on the filename, then click on [start(.
>>
>> On the Jaunty machine, the help patch for [pdp_rec~] doesn't work
>> either. A quick workaround fix would be greatly appreciated, if
>> one is possible. Or am I missing something really obvious?
>>
>> --
>> John
>> http://alumni.media.mit.edu/~harrison/
>> 
>>
>>
>>
>>
>> --
>> John
>> http://alumni.media.mit.edu/~harrison/
>> 
>> 
>>
>> ___
>> Pd-list@iem.at mailing list
>> UNSUBSCRIBE and account-management ->
>> http://lists.puredata.info/listinfo/pd-list
>>
>
>

-- 
Sent from Gmail for mobile | mobile.google.com

John
http://alumni.media.mit.edu/~harrison/

___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] pdp_rec~ crashes on ubuntu Jaunty/Pd-extended 0.41.4

2009-07-16 Thread ydego...@gmail.com

i was exactly thinking that yesterday that one of the reason
of the failure of linux is that people update
components without testing the whole system,
yesterday, an update of java fucked a few things here...

so why don't you stick to stable versions ? ( e.g. hardy here )

the updates of libquicktime have always been problematic,
and frankly boring...
no i have no time to test on 10 flavors of linux...
not to speak of osx...

theora's interface is much more stable, surprinsingly,
so why don't you use it
it it's just for recording?

ciao,
sevy

John Harrison wrote:

Yves what distro do you run? Are bugs I find more likely to be fixed
if I run the same distro as you? Also what happens with pdp_rec? It
remains as undocumented and broken for the latest debian distros for
some unspecified amount of time? Any method already in place for
keeping track of bugs in pdp/PiDiP?

On 7/16/09, ydego...@gmail.com  wrote:
  

ola,

sorry for that..
you can suspect something changed in libquicktime interface
but i have no jaumty here...
you can try to record in theora format
with pdp_theorout~,
after all it will be already compressed
as you want and ready to publish on the web

saludos,
sevy

John Harrison wrote:


Sorry my other machine where [pdp_rec~] works is ubuntu Intrepid
(8.10) not Hardy as stated below.

-John

On Thu, Jul 16, 2009 at 2:29 AM, John Harrison
mailto:johnharrison...@gmail.com>> wrote:

This simple patch crashes every time on ubuntu Jaunty/Pd-extended
0.41.4. The same patch works fine on my ubuntu Hardy machine, also
with Pd-extended 0.41.4 It doesn't matter if I try a different
video compressor. It still crashes.

Just click on the filename, then click on [start(.

On the Jaunty machine, the help patch for [pdp_rec~] doesn't work
either. A quick workaround fix would be greatly appreciated, if
one is possible. Or am I missing something really obvious?

--
John
http://alumni.media.mit.edu/~harrison/





--
John
http://alumni.media.mit.edu/~harrison/



___
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