Page 1 of 1

Screen Capture with libvlc

Posted: 01 Feb 2013 14:14
by dolevo
Hi all,

This is my first post to forum. I was using avcodec to decode encoded data with H.264. However, I am about to switch it to libvlc for a number of reasons.
In my another application, I grab the desktop screen with BitBlt API. I was wondering if libvlc provides any function for screen grabbing? My target is to capture desktop screen like pressing PrintScreen key and pasting the image on the paint and saving it. Does libvlc provide this functionality?

Many thanks.

Re: Screen Capture with libvlc

Posted: 01 Feb 2013 16:11
by Rémi Denis-Courmont
Yes, that's what "screen://" does.

Re: Screen Capture with libvlc

Posted: 04 Feb 2013 14:19
by dolevo
.

Re: Screen Capture with libvlc

Posted: 04 Feb 2013 14:20
by dolevo
Yes, that's what "screen://" does.
I will use libvlc.dll. Could you please tell me what function do I need to use? What part of the code contains this capturing process?

Re: Screen Capture with libvlc

Posted: 04 Feb 2013 17:29
by Rémi Denis-Courmont
Please refer to the documentation, which is linked in this forum.

Re: Screen Capture with libvlc

Posted: 26 Feb 2013 02:33
by wodeyox
I have a same question with you. viewtopic.php?f=32&t=108666
Have you found any solution? :)