[PD] pix_record problem

2011-01-20 Thread Michael Karr
Hello all,

I am still teaching myself how to get good output from GEM, I am working now
with a formant vocoder which feeds values into a video composition of 5
rectangles. It renders the rectangles as I want it to, but when I export it
via pix_record, it only saves the top rectangle, and rotated 180 degrees and
in slow-motion. So strange... I have tried several objects as an in-between,
now I have pix_dump, because I thought it might have to do with the 5
different pix_crops, and needed them to go through one device to the
rectangle. So how can I get the entire window to save properly to the disk
(I have read in the forums that many people experience problems with the
color.. this is not my problem here.) I would like to avoid using screen
capture from an external. I have attached the patch as is.. there are two
bangs which need to be activated before starting the rendering.

Thanks!
Michael


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


Re: [PD] pix_record problem

2011-01-20 Thread IOhannes m zmoelnig
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 2011-01-20 15:04, Michael Karr wrote:
 Hello all,
 
 I am still teaching myself how to get good output from GEM, I am working now
 with a formant vocoder which feeds values into a video composition of 5
 rectangles. It renders the rectangles as I want it to, but when I export it
 via pix_record, it only saves the top rectangle, and rotated 180 degrees and

[pix_record] takes the current pix as input for recording.
(there can only be a single current pix)
if you want to record the contents of you gemwindow, you have to first
grab the framebuffer and convert it into a pix, use [pix_snap] for that.

fgamdr
IOhannes
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk04RhsACgkQkX2Xpv6ydvQW8wCgv/HnqZoQuRwFnABKxv8X08+5
MwQAn1gEi+1AG8hlGqkO6R/J2RwSu1fn
=TPyr
-END PGP SIGNATURE-



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] pix_record problem

2011-01-20 Thread Jack
I don't know why you use [pix_dump] in your patch.
And i am not sure what you want to do but i guess you need send your
[pix_crop] in different rectangles. Then capture with [pix_snap] the
entire gem window, then record this capture with [pix_record].
I strongly recommend you start to see 02.advanced examples in the GEM
section to understand how render order and capture work.
++

Jack



Le jeudi 20 janvier 2011 à 15:04 +0100, Michael Karr a écrit :
 Hello all,
 
 
 I am still teaching myself how to get good output from GEM, I am
 working now with a formant vocoder which feeds values into a video
 composition of 5 rectangles. It renders the rectangles as I want it
 to, but when I export it via pix_record, it only saves the top
 rectangle, and rotated 180 degrees and in slow-motion. So strange... I
 have tried several objects as an in-between, now I have pix_dump,
 because I thought it might have to do with the 5 different pix_crops,
 and needed them to go through one device to the rectangle. So how can
 I get the entire window to save properly to the disk (I have read in
 the forums that many people experience problems with the color.. this
 is not my problem here.) I would like to avoid using screen capture
 from an external. I have attached the patch as is.. there are two
 bangs which need to be activated before starting the rendering.
 
 
 Thanks!
 Michael
 
 ___
 Pd-list@iem.at mailing list
 UNSUBSCRIBE and account-management - 
 http://lists.puredata.info/listinfo/pd-list



signature.asc
Description: This is a digitally signed message part
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] pix_record problem

2010-09-25 Thread Marco Donnarumma
Hi, could you isolate the problem in a simple patch and post it to the list?
This way we can test it.

cheers,


M


Hi all,



 I'm trying to record a sequence using pix_record , the patch deals with a
 lot of movement in the space of the GEM window,I'm using 5 pix-film objects,

 but all that I get are  the images, not moving in space, all the
 translateXYZ objects seems to be useless.

 Is there a way to get all that movement of the gem window using pix_record?



 Best Wishes

 ___




-- 
Marco Donnarumma aka TheSAD
Independent New Media Arts Professional, Performer, Teacher
Ongoing MSc by Research, University of Edinburgh, UK


PORTFOLIO: http://marcodonnarumma.com
LAB: http://www.thesaddj.com | http://cntrl.sourceforge.net |
http://www.flxer.net
EVENT: http://www.liveperformersmeeting.net
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] pix_record problem

2010-09-25 Thread André Bandeira

here it is, kind of messy, but...

___
 
 
André Damião Bandeira
(11)9819-1999
www.soundcloud.com/dami-1
www.myspace.com/basavizi
 





 


Date: Sat, 25 Sep 2010 12:42:13 +0100
Subject: Re: pix_record problem
From: de...@thesaddj.com
To: pd-list@iem.at
CC: teoria.musi...@hotmail.com

Hi, could you isolate the problem in a simple patch and post it to the list?
This way we can test it.

cheers,


M




Hi all,



I'm trying to record a sequence using pix_record , the patch deals with a lot 
of movement in the space of the GEM window,I'm using 5 pix-film objects,

but all that I get are  the images, not moving in space, all the translateXYZ 
objects seems to be useless.

Is there a way to get all that movement of the gem window using pix_record?



Best Wishes
___



-- 
Marco Donnarumma aka TheSAD
Independent New Media Arts Professional, Performer, Teacher
Ongoing MSc by Research, University of Edinburgh, UK


PORTFOLIO: http://marcodonnarumma.com
LAB: http://www.thesaddj.com | http://cntrl.sourceforge.net | 
http://www.flxer.net
EVENT: http://www.liveperformersmeeting.net
  #N canvas 0 0 1349 686 10;
#X obj 23 184 gemwin;
#X msg 23 131 create \, 1;
#X msg 56 152 0 \, destroy;
#X obj 40 320 tgl 15 0 on empty empty 17 7 0 10 -262144 -1 -1 0 1;
#X text 61 317 on;
#X obj 39 369 s random;
#X floatatom 39 347 5 0 0 0 - - -;
#N canvas 0 0 1050 622 record 0;
#X msg 44 206 file \$1;
#X obj 177 150 + 1;
#X obj 44 120 savepanel;
#X obj 44 79 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144 -1
-1;
#X obj 44 183 makefilename;
#X obj 141 116 r \$0-nextmov;
#X text 65 77 - 1;
#X obj 278 -64 tgl 15 0 empty empty empty 17 7 0 10 -262144 -1 -1 0
1;
#X obj 278 -40 metro 1;
#X text 298 -65 - 2;
#X msg 329 18 record 0;
#X obj 295 60 s \$0-nextmov;
#X obj 308 85 + 1;
#X obj 308 105 % 2;
#X obj 278 131 == 0;
#X obj 359 131 == 1;
#X obj 278 154 sel 1;
#X obj 359 154 sel 1;
#X msg 278 180 record 1;
#X msg 359 180 record 1;
#X msg 105 274 codec 3;
#X obj 42 300 pix_record;
#X msg 44 149 set \$1%d.mov;
#X obj 278 -12 t b b b b;
#X obj 312 38 s \$0-codec;
#X obj 105 250 r \$0-codec;
#X obj 141 150 f;
#X obj 278 85 f;
#X obj 44 53 inlet;
#X obj 278 -87 inlet;
#X obj 42 253 inlet;
#X connect 0 0 21 0;
#X connect 1 0 26 1;
#X connect 2 0 22 0;
#X connect 3 0 2 0;
#X connect 4 0 0 0;
#X connect 5 0 26 0;
#X connect 7 0 8 0;
#X connect 8 0 23 0;
#X connect 10 0 21 0;
#X connect 12 0 13 0;
#X connect 13 0 27 1;
#X connect 14 0 16 0;
#X connect 15 0 17 0;
#X connect 16 0 18 0;
#X connect 17 0 19 0;
#X connect 18 0 21 0;
#X connect 20 0 21 0;
#X connect 22 0 4 0;
#X connect 23 0 27 0;
#X connect 23 1 11 0;
#X connect 23 2 24 0;
#X connect 23 3 10 0;
#X connect 25 0 20 0;
#X connect 26 0 1 0;
#X connect 26 0 4 0;
#X connect 27 0 12 0;
#X connect 27 0 14 0;
#X connect 27 0 15 0;
#X connect 28 0 3 0;
#X connect 29 0 7 0;
#X connect 30 0 21 0;
#X restore 192 291 pd record;
#X obj 217 259 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144
-1 -1;
#X obj 243 271 tgl 15 0 empty empty empty 17 7 0 10 -262144 -1 -1 0
1;
#X obj 192 236 r record;
#X obj 190 119 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144
-1 -1;
#N canvas 0 0 1182 647 videos 0;
#X obj -248 31 gemhead;
#X obj -248 97 pix_film;
#X msg -188 81 open \$1;
#X obj -188 56 openpanel;
#X obj -188 33 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144
-1 -1;
#X msg -117 81 auto \$1;
#X obj -117 61 tgl 15 0 empty on empty 17 7 0 10 -262144 -1 -1 0 1
;
#X obj -248 122 pix_texture;
#X obj -248 206 s video1;
#X obj -231 229 s video2;
#X obj -214 246 s video3;
#X obj -197 269 s video4;
#X obj -180 204 s video5;
#X obj -163 227 s video6;
#X obj -146 244 s video7;
#X obj -129 267 s video8;
#X obj -110 194 s video9;
#X obj -93 217 s video10;
#X obj -59 125 metro 1;
#X obj 23 84 r random;
#X obj -22 105 random 1;
#X obj -59 104 tgl 15 0 empty on empty 17 7 0 10 -262144 -1 -1 0 1
;
#X obj -59 149 random 10;
#X obj -248 173 demux 1 2 3 4 5 6 7 8 9 10;
#X obj -189 13 inlet;
#X obj -258 361 gemhead;
#X obj -258 427 pix_film;
#X msg -198 411 open \$1;
#X obj -198 386 openpanel;
#X obj -198 363 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144
-1 -1;
#X msg -127 411 auto \$1;
#X obj -127 391 tgl 15 0 empty on empty 17 7 0 10 -262144 -1 -1 0 1
;
#X obj -258 452 pix_texture;
#X obj -258 536 s video1;
#X obj -241 559 s video2;
#X obj -224 576 s video3;
#X obj -207 599 s video4;
#X obj -190 534 s video5;
#X obj -173 557 s video6;
#X obj -156 574 s video7;
#X obj -139 597 s video8;
#X obj -120 524 s video9;
#X obj -103 547 s video10;
#X obj -69 455 metro 1;
#X obj 13 414 r random;
#X obj -32 435 random 1;
#X obj -69 434 tgl 15 0 empty on empty 17 7 0 10 -262144 -1 -1 0 1
;
#X obj 

Re: [PD] pix_record problem

2010-09-25 Thread cyrille henry


hello,

i think your missing a gemhead and a pix_snap befor the pix_record, if you 
whish  to record what you see.
see pix_record help file.

cyrille


Le 25/09/2010 15:42, André Bandeira a écrit :

here it is, kind of messy, but...

___


André Damião Bandeira
(11)9819-1999
www.soundcloud.com/dami-1 http://www.soundcloud.com/dami-1
www.myspace.com/basavizi http://www.myspace.com/basavizi








Date: Sat, 25 Sep 2010 12:42:13 +0100
Subject: Re: pix_record problem
From: de...@thesaddj.com
To: pd-list@iem.at
CC: teoria.musi...@hotmail.com

Hi, could you isolate the problem in a simple patch and post it to the list?
This way we can test it.

cheers,


M


Hi all,



I'm trying to record a sequence using pix_record , the patch deals
with a lot of movement in the space of the GEM window,I'm using 5
pix-film objects,

but all that I get are the images, not moving in space, all the
translateXYZ objects seems to be useless.

Is there a way to get all that movement of the gem window using
pix_record?



Best Wishes

___




--
Marco Donnarumma aka TheSAD
Independent New Media Arts Professional, Performer, Teacher
Ongoing MSc by Research, University of Edinburgh, UK


PORTFOLIO: http://marcodonnarumma.com http://marcodonnarumma.com/
LAB: http://www.thesaddj.com http://www.thesaddj.com/ |
http://cntrl.sourceforge.net http://cntrl.sourceforge.net/ |
http://www.flxer.net http://www.flxer.net/
EVENT: http://www.liveperformersmeeting.net
http://www.liveperformersmeeting.net/



___
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] pix_record problem

2010-09-24 Thread André Bandeira


Hi all,

 

I'm trying to record a sequence using pix_record , the patch deals with a lot 
of movement in the space of the GEM window,I'm using 5 pix-film objects,

but all that I get are  the images, not moving in space, all the translateXYZ 
objects seems to be useless.

Is there a way to get all that movement of the gem window using pix_record?

 

Best Wishes
___
 
 
André Damião Bandeira
(11)9819-1999
www.soundcloud.com/dami-1
www.myspace.com/basavizi
 





 
 Date: Fri, 24 Sep 2010 18:18:57 -0300
 From: ricardopalmi...@gmail.com
 To: ma...@artengine.ca
 CC: pd-l...@iem.kug.ac.at
 Subject: Re: [PD] a really fast-to-read codec in linux?
 
 some tips to use hd videos under gridflow/gem? hd videos in photoJPEG
 looks so heavy.
 i would like to hear experiences using HD video under pd.
 
 cheers
 
 
 palm
 
 2010/9/24 Mathieu Bouchard ma...@artengine.ca:
  On Fri, 24 Sep 2010, Matteo Sisti Sette wrote:
 
  When talking about video codecs, I think/thought there is actually no
  difference, that is, motion-jpeg would be just a name for photo-jpeg used
  to encode a video stream as opposed to encoding an image. Within the field
  of video encoding they would be just two names for the same thing.
 
  they still have three different FOURCCs :
 
   jpeg for Photo-JPEG
   mjpa for Motion-JPEG-A
   mjpb for Motion-JPEG-B
 
  but different lists of FOURCCs list them differently... it seems that there
  are dozens of other variants of those, specific to various companies. I only
  tried using the three above, IIRC.
 
   ___
  | Mathieu Bouchard -- Villeray, Montréal, QC
  ___
  Pd-list@iem.at mailing list
  UNSUBSCRIBE and account-management -
  http://lists.puredata.info/listinfo/pd-list
 
 
 
 
 
 -- 
 tweet-me: @ricardopalmieri
 mobile# +551185833173
 [intlab.cc]
 [palm.estudiolivre.org]
 [myspace.com/livenoisetupi]
 [skype:palmieriricardo]
 [msn: ricardopalmi...@bol.com.br]
 [linux user # 392484]
 
 ___
 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