ok i wanna rip all my tv series onto my pc and convert with autogk or sumthin but i just need to know if there is a faster way to rip the episodes rather than using dvddecrypter through ifo mode and having to click on each episode and then click start rip. please tell me if there is a faster way
Opened the disk and examined it with DVD Decrypter / src f is the DVD drive containing the disk to be ripped /dest is the destination folder on drive d The episodes were in VTS 6 And there were six of them pgc1 to 6 in DVD Decrypter under 'Tools' > 'Settings', uncheck 'Display RCE Protection Warning' The following lines are pasted into Notepad and saved as a .bat file and run: "c:\program files\dvd decrypter\dvddecrypter.exe" /mode ifo /src f: /dest "d:\ripped\episode 1\" /vts 6 /pgc 1 /split none /start /close "c:\program files\dvd decrypter\dvddecrypter.exe" /mode ifo /src f: /dest "d:\ripped\episode 2\" /vts 6/pgc 2 /split none /start /close "c:\program files\dvd decrypter\dvddecrypter.exe" /mode ifo /src f: /dest "d:\ripped\episode 3\" /vts 6/pgc 3 /split none /start /close "c:\program files\dvd decrypter\dvddecrypter.exe" /mode ifo /src f: /dest "d:\ripped\episode 4\" /vts 6 /pgc 4 /split none /start /close "c:\program files\dvd decrypter\dvddecrypter.exe" /mode ifo /src f: /dest "d:\ripped\episode 5\" /vts 6/pgc 5 /split none /start /close "c:\program files\dvd decrypter\dvddecrypter.exe" /mode ifo /src f: /dest "d:\ripped\episode 6" /vts 6 /pgc 6 /split none /start /close