Extracting DVD video
Hi everyone!
I'm trying to write application to work with dvd disks recorded with camcoder. Its quite simple all i want it to do is to save save selected chapter to disk and encode it. To make it more convenient encoding will be done in 2 steps :
- copy selected chapter/title to the disk
- encode file in backgroup thread or even by service
And here is the problem - i need copying to be performed as fast as possible, but using DVDNavigator i couldnt do that - when i tried PlayForward with high speed but i get a rapid clip. I also tried SetSyncSource(null) but i get empty file.
Does anyone have any idea about how to do that?

