2012-08-09, 20:19
(2012-08-09, 20:08)wints Wrote: ok a couple of things why does AutoRipDVD eject the disk after ripping but then tell you that theres no disc in the drive please insert the disk? and second just noticed that when i watch the rip in XBMC the sound is flagged as 1.0? any ideas what im doing wrong? cheers
It should eject the disk after the rip. It should only ever tell you to insert a disc if you run AutoRipDVD with no disc in the drive or with the drive door open. Basically it checks if there is a disc in the specified drive, that you would have set in AutoRipDVD.bat. If it can read the media it does it's thing, and if it can't it tells you that warning that there is no disc and to insert one.
The sound being 1.0 is because handbrake is set to downmix the audio to mono when using surround sound, to keep the compression as small as possible. You can change this in AutoRipDVD.bat with this line:
Code:
Set QUALITY=--ab 64 --mixdown mono --quality 23 -e x264 -x %X264%
Change where it says mono to any of the following: mono/stereo/dpl1/dpl2/6ch
So for stereo it would read:
Code:
Set QUALITY=--ab 64 --mixdown stereo --quality 23 -e x264 -x %X264%
but the file size will be larger obviously.
This is the problem with adding compression to AutoRipDVD. Everyone will want different options on the compression.
Please see here for all options available for handbrake