View Full Version : Simple question about CCE
komanch
18th May 2003, 12:19
I'm encoding using CCE according to that guide (http://www.dvd2dvdr.com/CCE_Ifo.htm).
My questions is:
LoadPlugin("C:\location of Avisynth2\Plugins\mpeg2dec3.dll")
mpeg2source("C:\location of the d2v\moviename.d2v",iDCT=2,CPU=0)
ResampleAudio(44100)What is this for ResampleAudio(44100)? I'm encoding only video (without audio) :confused:
idbirch2
18th May 2003, 12:39
Normally, the only purpose this has is to prevent CCE locking up on systems with AMD processors but it also solved my recent problem of CCE bombing out as soon as adding an AVS script from the latest avisynth.
As you said, you're only doing video so 'if it aint broke' and all that...
komanch
18th May 2003, 13:40
Ok.
1. Why 'ResampleAudio' is 44100 and not 48000?
2. What will be the result if I skip 'ResampleAudio44100' at AVS script as below? LoadPlugin("C:\location of Avisynth2\Plugins\mpeg2dec3.dll")
mpeg2source("C:\location of the d2v\moviename.d2v",iDCT=2,CPU=0)
idbirch2
18th May 2003, 13:53
1. No idea
2. Only possible difference will be that CCE becomes unstable.
If it works like it is leave it. Like I said, if it aint broke, don't fix it.
ulfschack
23rd May 2003, 09:00
1) works fine too
snowbeach
31st May 2003, 16:32
visit the faq at the cce section. there you will get a very good answer.
benf2
2nd June 2003, 13:30
I use KillAudio() all the time and works fine.
vBulletin® v3.8.11, Copyright ©2000-2026, vBulletin Solutions Inc.