Dear list !
Is it possible to grab some part of a screen in PureData outside the GEM-window and render it in real-time into the GEM-Window ?
There's an object [jit.desktop] in MAX, which does the thing. Is there anything like this in PD ?
Thanks !
On 06/02/2014 03:37 PM, Фывапр Олджэвич via GEM-dev wrote:
Dear list !
Is it possible to grab some part of a screen in PureData outside the GEM-window and render it in real-time into the GEM-Window ?
There's an object [jit.desktop] in MAX, which does the thing. Is there anything like this in PD ?
yes, this can be done with the videoVLC backend for [pix_video], see [1].
gfmadsr IOhannes
[1] http://lists.puredata.info/pipermail/gem-dev/2011-12/005767.html
use vlc backend for pix_video to use screen capture offered by vlc. see mailing list archive for example. cheers
Le 02/06/2014 15:37, Фывапр Олджэвич via GEM-dev a écrit :
Dear list !
Is it possible to grab some part of a screen in PureData outside the GEM-window and render it in real-time into the GEM-Window ?
There's an object [jit.desktop] in MAX, which does the thing. Is there anything like this in PD ?
Thanks !
GEM-dev mailing list GEM-dev@lists.iem.at http://lists.puredata.info/listinfo/gem-dev
Thankyou ! But how can i change "backend" to vlc ? No information in help and internet about it.
I'm on Windows 7 , PD-extended 42.5 + GEM 93.3 .
Right now GEM writes : [pix_video]: backend #0='DS' : directshow dv iidc analog
Should i install something somewhere ?
s.
Mon, 02 Jun 2014 15:45:35 +0200 от Cyrille Henry ch@chnry.net:
use vlc backend for pix_video to use screen capture offered by vlc. see mailing list archive for example. cheers
Le 02/06/2014 15:37, Фывапр Олджэвич via GEM-dev a écrit :
Dear list !
Is it possible to grab some part of a screen in PureData outside the GEM-window and render it in real-time into the GEM-Window ?
There's an object [jit.desktop] in MAX, which does the thing. Is there anything like this in PD ?
Thanks !
GEM-dev mailing list GEM-dev@lists.iem.at http://lists.puredata.info/listinfo/gem-dev
I mean that i send
[driver vlc(
and
[ device screen:// (
to the [pix_video]
and it writes:
[pix_video]: backend #0='DS' : directshow dv iidc analog error: : no such object error: [pix_video]: could not find a backend for driver 'vlc' ... you might be able to track this down from the Find menu. error: Could not add the filters to the graph, hr 0x80004003
So i think backen should be changed somehow, but how ?
thanks.
Tue, 03 Jun 2014 02:39:32 +0400 от Фывапр Олджэвич via GEM-dev gem-dev@lists.iem.at:
Thankyou ! But how can i change "backend" to vlc ? No information in help and internet about it.
I'm on Windows 7 , PD-extended 42.5 + GEM 93.3 .
Right now GEM writes : [pix_video]: backend #0='DS' : directshow dv iidc analog
Should i install something somewhere ?
s.
Mon, 02 Jun 2014 15:45:35 +0200 от Cyrille Henry ch@chnry.net:
use vlc backend for pix_video to use screen capture offered by vlc. see mailing list archive for example. cheers
Le 02/06/2014 15:37, Фывапр Олджэвич via GEM-dev a écrit :
Dear list !
Is it possible to grab some part of a screen in PureData outside the GEM-window and render it in real-time into the GEM-Window ?
There's an object [jit.desktop] in MAX, which does the thing. Is there anything like this in PD ?
Thanks !
GEM-dev mailing list GEM-dev@lists.iem.at http://lists.puredata.info/listinfo/gem-dev
GEM-dev mailing list GEM-dev@lists.iem.at http://lists.puredata.info/listinfo/gem-dev
On 06/03/2014 12:39 AM, Фывапр Олджэвич via GEM-dev wrote:
Thankyou ! But how can i change "backend" to vlc ? No information in help and internet about it.
I'm on Windows 7 , PD-extended 42.5 + GEM 93.3 .
aha. did i miss this info in your original post or did you omit it?
Right now GEM writes : [pix_video]: backend #0='DS' : directshow dv iidc analog
Should i install something somewhere ?
hmm, well: the vlc backend for [pix_video] has been developed on linux and there have been reports that it works correctly on OSX. i guess nobody tried to build it on w32 yet¹...i have definitely not made a release for w32 that supports VLC.
nsdr IOhannes
¹ iirc, i once successfully built the VLC backend for w32 (using mingw), but got stuck with the DS backends (which require the M$VC compiler). this is probably one of the main obstacles to get a new Gem release out.
I made a vlc backend binary on windows using Microsoft Visual Studio but I can't load it in Pd, just as all other plugins I built on Windows...
+ a
-- do it yourself http://antoine.villeret.free.fr
2014-06-03 9:04 GMT+02:00 IOhannes m zmölnig gem-dev@lists.iem.at:
On 06/03/2014 12:39 AM, Фывапр Олджэвич via GEM-dev wrote:
Thankyou ! But how can i change "backend" to vlc ? No information in
help and internet about it.
I'm on Windows 7 , PD-extended 42.5 + GEM 93.3 .
aha. did i miss this info in your original post or did you omit it?
Right now GEM writes : [pix_video]: backend #0='DS' : directshow dv iidc analog
Should i install something somewhere ?
hmm, well: the vlc backend for [pix_video] has been developed on linux and there have been reports that it works correctly on OSX. i guess nobody tried to build it on w32 yet¹...i have definitely not made a release for w32 that supports VLC.
nsdr IOhannes
¹ iirc, i once successfully built the VLC backend for w32 (using mingw), but got stuck with the DS backends (which require the M$VC compiler). this is probably one of the main obstacles to get a new Gem release out.
GEM-dev mailing list GEM-dev@lists.iem.at http://lists.puredata.info/listinfo/gem-dev