Click here to Skip to main content
15,914,820 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi,

I am working on a project where I need to create a media player with funtions like
play-pause
take snapshot when paused
need to increase the video speed by some rate
and should be able to back and forward the video

Can somebody help me out with a good methodology and cn provide some links or sample app for the same will be helpful

thanks in advance .
Posted

1 solution

Have you considered using WPF. It has inbuilt control for it with all the functionalities you are looking for.

If you find it useful, rate it.
 
Share this answer
 
Comments
Pdeveloper 15-Jul-14 5:36am    
Actually I am developing windows / winform application. I am trying to use directshow library. As I am very new to directshow and just going through there samples.

Play -pause - stop are very easy funtions to develop. but my additional req is to take snapshots from the video and save it to local disk, along with the speed to be increased when req by the user.
Pdeveloper 15-Jul-14 5:38am    
I have seen there Play_wind2008 sample which is near to my req. but the video is played to the form, I need to play it in pannel control....so that i cn then save images form pannel.

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