frubsen
9th June 2008, 17:14
When using an avs file in CCE, when I go to click on "Picture Quality", CCE just closes.
my avs script is as follows.
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\MPEG2Dec3.dll")
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\Convolution3D.dll")
DirectshowSource("filenam.avi")
ReInterpolate411()
SeparateFields()
odd=SelectOdd.Convolution3D(1, 6, 10, 6, 8, 2.8, 0)
evn=SelectEven.Convolution3D(1, 6, 10, 6, 8, 2.8, 0)
Interleave(evn,odd)
Weave()
DoubleWeave.SelectOdd()
its an interlaced DVAVI file i want to convert to DVD.
If i load the dv avi file directly into CCE, i am able to click on picture quality and adjust the settings.
I'm using CCE 2.70 SP.
ANy idea why its crashing?
my avs script is as follows.
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\MPEG2Dec3.dll")
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\Convolution3D.dll")
DirectshowSource("filenam.avi")
ReInterpolate411()
SeparateFields()
odd=SelectOdd.Convolution3D(1, 6, 10, 6, 8, 2.8, 0)
evn=SelectEven.Convolution3D(1, 6, 10, 6, 8, 2.8, 0)
Interleave(evn,odd)
Weave()
DoubleWeave.SelectOdd()
its an interlaced DVAVI file i want to convert to DVD.
If i load the dv avi file directly into CCE, i am able to click on picture quality and adjust the settings.
I'm using CCE 2.70 SP.
ANy idea why its crashing?