-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Gem now has a videoVLC plugin, that allows to open any medium playable by VLC to be opened as a video-device, by specifying the vlc-URI as the device
e.g. using [device screen://( will grab the screen and make that available as video stream.
tested on linux and w32.
fgamsdr IOhannes
wow... thanks.
c
Le 21/12/2011 17:57, IOhannes m zmoelnig a écrit :
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Gem now has a videoVLC plugin, that allows to open any medium playable by VLC to be opened as a video-device, by specifying the vlc-URI as the device
e.g. using [device screen://( will grab the screen and make that available as video stream.
tested on linux and w32.
fgamsdr IOhannes -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/
iEYEARECAAYFAk7yD9wACgkQkX2Xpv6ydvQFigCfd0Et09sh12wfhfLmZRGgYlEt xZcAn16wC0g7l90sgvvLCxXcbrhTYTAZ =GYmB -----END PGP SIGNATURE-----
GEM-dev mailing list GEM-dev@iem.at http://lists.puredata.info/listinfo/gem-dev
Wow, that sounds nice. Do you think it'll work on Mac OS X? I'd be willing to set up the build machines for that, if so.
.hc
On Dec 21, 2011, at 8:57 AM, IOhannes m zmoelnig wrote:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Gem now has a videoVLC plugin, that allows to open any medium playable by VLC to be opened as a video-device, by specifying the vlc-URI as the device
e.g. using [device screen://( will grab the screen and make that available as video stream.
tested on linux and w32.
fgamsdr IOhannes -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/
iEYEARECAAYFAk7yD9wACgkQkX2Xpv6ydvQFigCfd0Et09sh12wfhfLmZRGgYlEt xZcAn16wC0g7l90sgvvLCxXcbrhTYTAZ =GYmB -----END PGP SIGNATURE-----
GEM-dev mailing list GEM-dev@iem.at http://lists.puredata.info/listinfo/gem-dev
----------------------------------------------------------------------------
I have always wished for my computer to be as easy to use as my telephone; my wish has come true because I can no longer figure out how to use my telephone." --Bjarne Stroustrup (creator of C++)
On 12/21/2011 08:12 PM, Hans-Christoph Steiner wrote:
Wow, that sounds nice. Do you think it'll work on Mac OS X? I'd be willing to set up the build machines for that, if so.
i don't see a reason why it would not work on OSX. the reason why i only mentioned linux and w32 is, that those are the only platforms i _tested_ it on (linux being my main dev platform; and i just happened to have a w32 machine setup for building Gem on mingw in my office so i gave it a try; my OSX box i use for testing is currently unavailable...)
note however, that the videoVLC plugin still needs some work. namely, properties/options don't do anything yet ,which makes it less usable.
gfmdasr IOhannes
Le 22/12/2011 09:00, IOhannes zmölnig a écrit :
On 12/21/2011 08:12 PM, Hans-Christoph Steiner wrote:
Wow, that sounds nice. Do you think it'll work on Mac OS X? I'd be willing to set up the build machines for that, if so.
i don't see a reason why it would not work on OSX. the reason why i only mentioned linux and w32 is, that those are the only platforms i _tested_ it on (linux being my main dev platform; and i just happened to have a w32 machine setup for building Gem on mingw in my office so i gave it a try; my OSX box i use for testing is currently unavailable...)
note however, that the videoVLC plugin still needs some work. namely, properties/options don't do anything yet ,which makes it less usable.
gfmdasr IOhannes
GEM-dev mailing list GEM-dev@iem.at http://lists.puredata.info/listinfo/gem-dev
Hello,
I tried videoVLC yesterday and it works like a charm on Ubuntu. It is possible to change the resolution of the capture with the message 'dimen' as expected. But, yes, it would be nice to have access to propeties to change the delay between each capture (for example). Thanx a lot anyway for this plug-in. ++
Jack
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On 2011-12-22 09:35, Jack wrote:
I tried videoVLC yesterday and it works like a charm on Ubuntu. It is possible to change the resolution of the capture with the message 'dimen' as expected. But, yes, it would be nice to have access to propeties to change the delay between each capture (for example).
i pushed a small change that allows to pass VLC-options to the plugin via properties. you should be able to set quite everything you can set via cmdline flags to VLC, e.g. [clearProps, setProps screen-fps 20, device screen://( should do screen-grabbing at 20fps rather than 1fps.
i haven't found a way to find out programmatically which options are possible, but you can simply run $ vlc -H to get a long list of all options. whatever you specify, videoVLC will just pass them on...
fmgasdr IOhannes
Le 22/12/2011 15:52, IOhannes m zmoelnig a écrit :
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On 2011-12-22 09:35, Jack wrote:
I tried videoVLC yesterday and it works like a charm on Ubuntu. It is possible to change the resolution of the capture with the message 'dimen' as expected. But, yes, it would be nice to have access to propeties to change the delay between each capture (for example).
i pushed a small change that allows to pass VLC-options to the plugin via properties. you should be able to set quite everything you can set via cmdline flags to VLC, e.g. [clearProps, setProps screen-fps 20, device screen://( should do screen-grabbing at 20fps rather than 1fps.
i haven't found a way to find out programmatically which options are possible, but you can simply run $ vlc -H to get a long list of all options. whatever you specify, videoVLC will just pass them on...
fmgasdr IOhannes -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/
iEYEARECAAYFAk7zRBAACgkQkX2Xpv6ydvSbSwCfYVWLqmS4prXQYvYrPAckdAB8 DiEAoI/AAXZSp09QrXyFXbT5NoAVntSu =ZxCG -----END PGP SIGNATURE-----
GEM-dev mailing list GEM-dev@iem.at http://lists.puredata.info/listinfo/gem-dev
Great ! Thanx for reactivity. ++
Jack
On Dec 22, 2011, at 12:00 AM, IOhannes zmölnig wrote:
On 12/21/2011 08:12 PM, Hans-Christoph Steiner wrote:
Wow, that sounds nice. Do you think it'll work on Mac OS X? I'd be willing to set up the build machines for that, if so.
i don't see a reason why it would not work on OSX. the reason why i only mentioned linux and w32 is, that those are the only platforms i _tested_ it on (linux being my main dev platform; and i just happened to have a w32 machine setup for building Gem on mingw in my office so i gave it a try; my OSX box i use for testing is currently unavailable...)
note however, that the videoVLC plugin still needs some work. namely, properties/options don't do anything yet ,which makes it less usable.
For the record, I seemed to need to use all of the possible settings to get it to work. These two did not work:
./configure --with-libvlc-includes=-I/Applications/VLC.app/Contents/MacOS/include --with-libvlc-libs="-L/Applications/VLC.app/Contents/MacOS/lib -lvlc"
./configure PKG_LIBVLC_CFLAGS=-I/Applications/VLC.app/Contents/MacOS/include PKG_LIBVLC_LIBS=-L/Applications/VLC.app/Contents/MacOS/lib
I think this did:
./configure --with-libvlc-includes=-I/Applications/VLC.app/Contents/MacOS/include --with-libvlc-libs="-L/Applications/VLC.app/Contents/MacOS/lib -lvlc" PKG_LIBVLC_CFLAGS=-I/Applications/VLC.app/Contents/MacOS/include PKG_LIBVLC_LIBS=-L/Applications/VLC.app/Contents/MacOS/lib
.hc
----------------------------------------------------------------------------
On 12/23/2011 06:06 AM, Hans-Christoph Steiner wrote:
./configure PKG_LIBVLC_CFLAGS=-I/Applications/VLC.app/Contents/MacOS/include PKG_LIBVLC_LIBS=-L/Applications/VLC.app/Contents/MacOS/lib
i don't know how this is supposed to work. PKG_LIBVLC_*FLAGS are supposed to be _environment variables_, so you have to put them _before_ the script. $ PKG_LIBVLC_CFLAGS=-I/Applications/VLC.app/Contents/MacOS/include PKG_LIBVLC_LIBS="-L/Applications/VLC.app/Contents/MacOS/lib -lvlc" ./configure
maybe you are confusing configure with make; the latter can also handle variables passed as arguments (though it handles those variables differently than environment vars)
I think this did:
nevertheless cool that you could make it work.
fgmadrs IOhannes
Le 21/12/2011 17:57, IOhannes m zmoelnig a écrit :
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Gem now has a videoVLC plugin, that allows to open any medium playable by VLC to be opened as a video-device, by specifying the vlc-URI as the device
e.g. using [device screen://( will grab the screen and make that available as video stream.
tested on linux and w32.
fgamsdr IOhannes -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/
iEYEARECAAYFAk7yD9wACgkQkX2Xpv6ydvQFigCfd0Et09sh12wfhfLmZRGgYlEt xZcAn16wC0g7l90sgvvLCxXcbrhTYTAZ =GYmB -----END PGP SIGNATURE-----
GEM-dev mailing list GEM-dev@iem.at http://lists.puredata.info/listinfo/gem-dev
Super ! Thanks a lot. ++
Jack