D3s7
30th September 2003, 04:10
It has been noticed by a few users that for some reason DVDDecrypter is being launched in file mode instead of IFO mode during a VOBID demux.
The result of this is incorrectly named AC3 files (file mode is dumb and doesn't include channel info properly) - what you'll end up with is AC3 files with the channels named the same as the VTS and the bitrate calcs won't be correct (IE VTS09 will rip as VTS__09......-ch9.ac3)
While a fix is in the works, a workaround can be done...
1) Open Doitfast4u.exe in a hex editor and find the reference to DVDDecrypter.EXE and change to DVDDecrypter.BAT
2) Create a batch file in the DVD Decrypter Directory called DVDDecrypter.BAT
3) In that file put the following "{PATH to DVDDecrypter}\DVDDecrypter.exe" %* (default will be "C:\Program Files\DVD Decrypter\DVDDecrypter.EXE" %*)
The %* will pass all command line parms that doitfast sent over to DVD Decrypter
This seems to properly call DVD Decrypter in IFO mode instead of FILE mode...
Have Fun all
- D3s7
The result of this is incorrectly named AC3 files (file mode is dumb and doesn't include channel info properly) - what you'll end up with is AC3 files with the channels named the same as the VTS and the bitrate calcs won't be correct (IE VTS09 will rip as VTS__09......-ch9.ac3)
While a fix is in the works, a workaround can be done...
1) Open Doitfast4u.exe in a hex editor and find the reference to DVDDecrypter.EXE and change to DVDDecrypter.BAT
2) Create a batch file in the DVD Decrypter Directory called DVDDecrypter.BAT
3) In that file put the following "{PATH to DVDDecrypter}\DVDDecrypter.exe" %* (default will be "C:\Program Files\DVD Decrypter\DVDDecrypter.EXE" %*)
The %* will pass all command line parms that doitfast sent over to DVD Decrypter
This seems to properly call DVD Decrypter in IFO mode instead of FILE mode...
Have Fun all
- D3s7