Hello Stéfan,

This patch should work.
++

Jack


Le vendredi 05 mars 2010 à 19:39 +0100, stéfan piat a écrit :
> here is an example patch...
> 
> thx.
> stéfan
> 
> 2010/3/5 IOhannes m zmölnig <[email protected]>
>         -----BEGIN PGP SIGNED MESSAGE-----
>         Hash: SHA1
>         
>         stéfan piat wrote:
>         > hi!
>         >
>         > I will record a video stream using two pix_record :
>         > when one is closing the .mov files the other begin to record
>         a new one and
>         > so on...
>         >
>         > is it possible to do that with one gemhead ?
>         > cause when I start recording with one then stop recording,
>         then start
>         > recording with the second one, pd crash...
>         >
>         
>         
>         like always it would be nice to have an example patch.
>         [pix_record] is very specific about the userinput: you need to
>         provide
>         everything (codec, filename,...) and in the correct order!
>         once this is guaranteed, i think it is quite stable.
>         (else it is not)
>         
>         fgmadr
>         IOhannes
>         -----BEGIN PGP SIGNATURE-----
>         Version: GnuPG v1.4.10 (GNU/Linux)
>         Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
>         
>         iEYEARECAAYFAkuRScgACgkQkX2Xpv6ydvSHDgCgguRsqrOHxkf6b/7HT8EUO/5F
>         rWMAnRtu1ae3/iel2V5jdvoFm0mt9mut
>         =gc0M
>         -----END PGP SIGNATURE-----
> 
> _______________________________________________
> [email protected] mailing list
> UNSUBSCRIBE and account-management -> 
> http://lists.puredata.info/listinfo/pd-list

#N canvas 322 25 910 414 10;
#X obj 52 -13 gemwin;
#X msg 52 -51 create \, 1;
#X msg 54 196 file \$1;
#X obj 187 140 + 1;
#X obj 54 110 savepanel;
#X obj 54 69 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144 -1
-1;
#X obj 54 173 makefilename;
#X obj 151 106 r \$0-nextmov;
#X text 75 67 <- 1;
#X msg 127 -51 destroy;
#X obj 288 -74 tgl 15 0 empty empty empty 17 7 0 10 -262144 -1 -1 0
1;
#X obj 288 -50 metro 10000;
#X text 308 -75 <- 2;
#X msg 339 8 record 0;
#X obj 552 228 pix_separator;
#X obj 672 228 pix_separator;
#X obj 552 175 pix_texture;
#X obj 552 199 rectangle 4 3;
#X obj 552 151 pix_video;
#X obj 552 121 gemhead;
#X obj 305 50 s \$0-nextmov;
#X obj 318 75 + 1;
#X obj 318 95 % 2;
#X obj 288 121 == 0;
#X obj 369 121 == 1;
#X obj 288 144 sel 1;
#X obj 369 144 sel 1;
#X msg 288 170 record 1;
#X msg 369 170 record 1;
#X msg 771 228 codec 3;
#X obj 672 261 pix_record;
#X obj 552 260 pix_record;
#X msg 54 139 set \$1%d.mov;
#X obj 288 -22 t b b b b;
#X obj 322 28 s \$0-codec;
#X obj 771 204 r \$0-codec;
#X obj 151 140 f;
#X obj 288 75 f;
#X connect 1 0 0 0;
#X connect 2 0 30 0;
#X connect 2 0 31 0;
#X connect 3 0 36 1;
#X connect 4 0 32 0;
#X connect 5 0 4 0;
#X connect 6 0 2 0;
#X connect 7 0 36 0;
#X connect 9 0 0 0;
#X connect 10 0 11 0;
#X connect 11 0 33 0;
#X connect 13 0 30 0;
#X connect 13 0 31 0;
#X connect 14 0 31 0;
#X connect 15 0 30 0;
#X connect 16 0 17 0;
#X connect 17 0 14 0;
#X connect 17 0 15 0;
#X connect 18 0 16 0;
#X connect 19 0 18 0;
#X connect 21 0 22 0;
#X connect 22 0 37 1;
#X connect 23 0 25 0;
#X connect 24 0 26 0;
#X connect 25 0 27 0;
#X connect 26 0 28 0;
#X connect 27 0 31 0;
#X connect 28 0 30 0;
#X connect 29 0 30 0;
#X connect 29 0 31 0;
#X connect 32 0 6 0;
#X connect 33 0 37 0;
#X connect 33 1 20 0;
#X connect 33 2 34 0;
#X connect 33 3 13 0;
#X connect 35 0 29 0;
#X connect 36 0 3 0;
#X connect 36 0 6 0;
#X connect 37 0 21 0;
#X connect 37 0 23 0;
#X connect 37 0 24 0;
_______________________________________________
[email protected] mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list

Reply via email to