Log in

View Full Version : CCE + Avisynth = no worky :(


ArcticFox
25th October 2002, 11:56
Ok, im using avisynth, i can load it into TMPEG and encode fine, i load it into CCE and it encodes first few frames, then stops encoding, im using 2.66.00.10

any ideas?

LoadPlugin("f:\avisynth\mpeg2dec.dll")
LoadPlugin("f:\avisynth\convo3d.dll")
LoadPlugin("f:\avisynth\msharpen.dll")
mpeg2source("f:\sprvcd\spr.d2v")
LanczosResize (352,288)
Convolution3d (preset="movieHQ")
MSharpen

just in case ;)

ArcticFox
25th October 2002, 12:00
crap i just read the faq and it says 2.66 and upwards dont support avisynth,

soz :P

JSmooth
25th October 2002, 16:10
That's strange since I am still using the mpeg2dec.dll with avisynth and cce 2.66.02 ...

LoadPlugin("d:\avisynth\mpeg2dec.dll")
mpeg2source("movie.d2v")
ResampleAudio(44100)

I realize it is a much simpler script. But hey it works.

issa
26th October 2002, 05:16
Try uncheck the "DirectShow Multimedia File Reader" option in Environmental Setting.

Justinus
26th October 2002, 09:26
If it still doesn't work, try VFAPI :)
-> AviSynth + VFAPI + CCE