Page 1 of 1

Is this possible?

Posted: 14 Sep 2008 14:27
by cybercockroach
Is it possible to get the series of images(may be Bitmap) before render to Target window by using the C# wrapper?or Is there another way to do something like that under Windows Form?
because i would like to do some image processing before images go to Target window.

Thanks

Re: Is this possible?

Posted: 17 Sep 2008 15:39
by VLC_help
If you don't write your own VLC plugin, I think only option is vmem output and own rendering code.

Re: Is this possible?

Posted: 18 Sep 2008 10:50
by publicENEMY
it is possible. but i believe, the best option would be to write plugins in vlc.

another option is to look at most vlc c# wrapper. there are codes that render the image to bitmap class if im not mistaken.