CDROM-Guide forums  

PDA

View Full Version : cce help


   
INspECtoR-71
Nov 23, 2002, 09:41 AM
I have used cce trial version to succesfully encode a file. I have since upgraded to the full version of cce 2.5 but when i drag the same .avs file i used b4 the program just closes.

avs file is..........

LoadPlugin("C:\Program Files\AviSynth2\plugins\MPEG2dec3.dll")
mpeg2source("D:\lord\lordcce.d2v",iDCT=2,CPU=0)

hardware (dont laugh upgrade soon)

celeron 1ghz
256 mb
intel 810 onboard graphics
win 2k

celtic_druid
Nov 23, 2002, 10:00 AM
For 2.55 you may need to add the line
resampleaudio(44100)

For more info try using the board's search function.

snotuk
Nov 23, 2002, 04:46 PM
in the second line reading :-

mpeg2source("D:\lord\lordcce.d2v",iDCT=2,CPU=0)

what does the iDCT=2,CPU=0 part of it mean and doe?

plz brake it down so i'll understand.
cheers

celtic_druid
Nov 24, 2002, 01:03 AM
Read the readme for mpeg2dec3, it explains all the arguements that can be used such as iDCT and CPU.