Currently since .72 is not public I have created a workaround temporarily so that people can batch process there items. Not sure that anyone would like to use them but heres the instructions. Unzip these two files into whatever directory you wish to store them. I have put them in the base directory in this scenario. 1. Install Perl (ActivePerl has this for free at there site.) 2. Open Batch file attached and change the directory to where you have perl installed. If using default install should be just as written already. ie. (c:\perl\bin\perl ccepl.pl "E:\temp\DVDRB Working2" "C:\Program Files\Custom Technology\Cinema Craft Encoder SP 2.7\cctspt.exe") The first parameter for the perl script in the batch file is the directory location of the DVD Rebuilder Working Path. The second paramter is the location of your CCE executable. 3. Once installed in the Setup section of DVD Rebuilder for the CCE SP you would point that to the batch file you modified above From there it should do the work needed.
I just noticed I have a change that will reduce a few calls. Probably wont make much difference system wise but instead of copying back to original you can just send the new ECL to the CCE program. Steve Replace the last 3 lines with this in the .pl file. [code] print "Starting CCE $ARGV[1]\n"; system("\"$ARGV[1]\" -batch -ecl \"$ARGV[0]\\d2vavs\\item2.ecl\""); [\code]
Does this fix also adjust the quality_prec= parameter -- it needs to be adjusted to 156% of it's specified value (the scale changed back from 0-64 to 0-100).