Click here to Skip to main content
15,889,176 members
Please Sign up or sign in to vote.
4.00/5 (3 votes)
See more:
Hi All,
I am creating a desktop recorder using VLC 0.8. LibVlc is a class containing various methods like Play, Pause, stop etc.

Using the below code i am able to see the desktop in pictureBox1 but i don't know how to increase the FPS of capturing and how to save it in a file. I have successfully broadcast the videos using this VLC, but not able to record. I tried various options like this "http://ifoundthesolution.blogspot.com" but nothing works.



MIDL
LibVlc vlc = new LibVlc();vlc.Initialize();
vlc.PlaylistClear();
vlc.VideoOutput = pictureBox1;
vlc.AddTarget("screen://");
vlc.Play();


Please help me in this regard.

Thanks in Advance.
Posted
Updated 5-Jun-11 23:57pm
v3

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900