|
Re: Arksofts Crunchie Release (v1.1)
Not sure how you ended up with multiple audio track but mencoder (the crunchie uses) can be told which track to select.
In the crunchie.ini file in the install folder you will need to change these two lines:
PASS1==vhq=1:max_bframes=2 -nosound -noodml
PASS2==vhq=1:max_bframes=2 -oac copy -noodml
to
PASS1==vhq=1:max_bframes=2 -nosound -noodml -aid 128
PASS2==vhq=1:max_bframes=2 -oac copy -noodml -aid 128
wher -aid selects the audio id number. 128 is standard for the English Dolby Digital track on a DVD. You might have to experiment to find out what value to use there.
You can do that by running mplayer (in the same folder), with the same switch.
i.e. use dvrmstompeggui.exe to convert one of these dvrms files to mpeg then use:
mplayer <filename>.mpg -aid 128
and see if it plays the right audio. If not then try 129 etc etc until you find what audio track you need. Then you can add that to the crunchie.ini file.
Cheers,
Arkay.
__________________
The box said 'Requires Windows XP or better' - so I installed Linux . . .
|