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 :

  1. copy selected chapter/title to the disk
  2. 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?

[708 byte] By [Koruyucu] at [2008-2-22]
# 1

Set the clock to NULL using the IMediaFilter::SetSyncSource method on the DirectShow filter graph manager. This will tell the graph to process as fast as possible.

Note: This forum is for Media Foundation, the new media SDK in Windows Vista. If you have further questions about your problem or about DirectShow you will find better help on the DirectShow newsgroup: http://msdn.microsoft.com/newsgroups/default.aspx?dg=microsoft.public.win32.programmer.directx.video&lang=en&cr=US

-Sumedh

SumedhBarde-MSFT at 2007-8-30 > top of Msdn Tech,Audio and Video Development,Media Foundation Development...