开发者

Does anyone know a good DVD manipulation component that i can download or buy?

We are trying to develope a small C# application to load a DVD (VOB), display it and capture some frames.

This application is going to be comercial so I am looking for a component (DLL maybe) that we can buy and use to A. play the DVD, B. Jump to specific times in th开发者_JAVA百科e DVD and C. Capture frames.

This is really urgent, so any help would be greatly appriciated.

Thanks.


This is a little more complicated than you think. Problem is that "timeframe" may be hard to get (navigate through menues, find the RIGHT parts / chapters that are the real movie etc.

Windows 7 has the DirectShow components - you CAN work with DirectShow out of C#, but I would recommend using Managed C++ for that part (the AP is very COM centric, it is simply easier to manipulate them out of a C++ app than a C# part - managed C++ allows you to make a nice managed .NET class that handles all the DirectShow interop).

Windows 7 has standard DVD Decovers on board. Not sure how well they are acessible from DirectShow or whether they are protected form third party applications.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜