Hi all,
We are trying to load a DVD scan it and extract some information.
To extract the information we need to take a snapshot and run some image analysis.
So far we were using the DirectShow framework and got almost all of the features to work.
The major issue is handling an encrypted DVD. We can't make it fast forward, run backwards or any other navigation function.
Is there a way to convert or deencrypt VOB files in C# ?
Is there a better ( higher level ) framework to use other than DirectShow ?
Thanks.