Gents, so looks like i am on a totally wrong way. If playlist is not supported, I need other solution instead of VLC. Anyway for some reason my patch again does not allow to open any files. When add 8z.mov and create Gem window pd prints:\ GEM: Start rendering GL: invalid enumerant
pix_info now shows 64x720 pix resolution which is a bit strange for the first sight. Once Gem window is totally black, than after closing and opening rendering shows white plane. Can anyone suggest why the resolution is so different than HD? and why the color changes? Thanks a lot in advance: Popesz On Thu, Jan 24, 2013 at 3:52 PM, IOhannes m zmoelnig <zmoel...@iem.at>wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > On 2013-01-24 15:32, Elektro Moon wrote: > > Dears, > > > > did anybody manage to open a playlist created previously in VLC? > > The only extension is .m3u what VLC handles for me anyway, but > > neither opening it in PD with the extension nor without works. > > actually i don't think it is really possible. (even libvlc has removed > direct support for playlist-files; the application has to parse the > playlist and then create a "media_list_t" structure according to it, > which can be played; Gem does nothing of that kind) > > otoh, m3u is a rather simple file-format; you could even try to parse > it from within Pd. > > > And still the question is how do you loop it pd? send a [loop( > > message to pix_video or in the message box there should be a loop > > command? > > that's a tricky question: how do you loop a live-video stream? > after all [pix_video] is really an interface to infinite pix streams, > not to fixed-length media; hence you don't get information about film > length and EOS, which you need if you want to loop. > the object to play fixed-length media is [pix_film]. > unfortunately, there is no VLC backend for [pix_film] so far. > luckily there is a GMERLIN-backend for pix_film, which can play a lot > of files as well. > > fmasdr > IOhannes > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.4.12 (GNU/Linux) > Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ > > iEUEARECAAYFAlEBSpoACgkQkX2Xpv6ydvQh9ACgvI+cdD9kA3iGVE62QQsaN/Lt > 8NIAmLQkx09/Vz5ixIXWri2ueoojOrM= > =HppR > -----END PGP SIGNATURE----- > > _______________________________________________ > GEM-dev mailing list > GEM-dev@iem.at > http://lists.puredata.info/listinfo/gem-dev > -- * ** * * * *Elektro Moon Vision new media :: projectionism :: visual art* * **elektromoon.co.nr* * elektrom...@gmail.com ** * * tel.: +48 606 609 850 +48 880 442 420 *
#N canvas 360 707 540 300 10; #X obj 86 103 pix_video; #X obj 86 42 gemhead; #X obj 86 144 pix_texture; #X obj 86 172 rectangle 8 4.5; #X obj 233 210 gemwin; #X msg 139 64 driver vlc; #X msg 302 64 driver v4l; #X msg 220 64 driver v4l2; #X msg 220 172 create \, 1; #X msg 289 173 destroy \, 0; #X obj 362 176 loadbang; #X msg 364 254 border 0; #X obj 364 235 loadbang; #X msg 363 196 dimen 320 180; #X msg 363 215 offset 192 0; #X msg -24 63 dimen 1280 720; #X obj 151 -3 t b b b; #X floatatom 4 180 5 0 0 0 - - -; #X floatatom 40 177 5 0 0 0 - - -; #X floatatom 53 199 5 0 0 0 - - -; #X obj 151 -24 loadbang; #X obj 86 124 pix_info . . . .; #X floatatom 69 238 5 0 0 0 - - -; #X msg 147 41 device file:///home/bunkier/Dektop/playlist; #X connect 0 0 21 0; #X connect 1 0 0 0; #X connect 2 0 3 0; #X connect 5 0 0 0; #X connect 8 0 4 0; #X connect 9 0 4 0; #X connect 10 0 13 0; #X connect 10 0 14 0; #X connect 11 0 4 0; #X connect 12 0 11 0; #X connect 13 0 4 0; #X connect 14 0 4 0; #X connect 15 0 0 0; #X connect 16 0 23 0; #X connect 16 1 15 0; #X connect 16 2 5 0; #X connect 20 0 16 0; #X connect 21 0 2 0; #X connect 21 1 17 0; #X connect 21 2 18 0; #X connect 21 3 19 0; #X connect 21 4 22 0; #X connect 23 0 0 0;
_______________________________________________ GEM-dev mailing list GEM-dev@iem.at http://lists.puredata.info/listinfo/gem-dev