Click here to Skip to main content
15,887,683 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I'm a beginner to C# and I want to create a video player and for that I'm using DirectX.AudioVideoPlayback, but I can play only avi,mpg,mpeg,wmv file types. Can anyone give me a hint how to play other file types (like mkv,cam,vob,xvid, etc.)?

Any help is appreciated.
Thanks.
Posted
Updated 19-Jun-10 6:01am
v2

If you want to play other types, then you can use sharpffmpeg (http://code.google.com/p/ffmpeg-sharp/[^]).
 
Share this answer
 
I searched on the internet for ffmpeg-sharp.dll and added it as a reference to my project, but I don't know how to use it. Could you help me, please?

Thanks
 
Share this answer
 
v2

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