Hi, I cant seem to get CCE V2.5 to load my avs files! the message I keep getting is "Star1.avs is not an ECL file for CCE" I have also set CCE to accept *.avs as ECL. I'm trying to convert an avi to mpeg2, by the way the WAV file is uncompressed! I have ran the script file through windows media and it play fine. Here is a copy of the script file: loadplugin("C:\Program Files\AviSynth\avisynth\MPEG2DEC.dll") video = AVISource("C:\Star1.avi") audio = WAVSource("C:\Star2.wav") audiodub(video, audio).convertfps(25).bicubicresize(576,480) resampleaudio(41000) I'm using Avisynth version 2.0.4 system spec: XP Pro AMD Athlon 1.3ghz 512mb ddr Please help I have tried looking through the forum and cant find anyone with the same problem! I have tried everything I can think of and yet I'm still getting the ECL error message! Regards :confused:
Have you tried loading your avi with directshowsource instead of avisource. also i dont think you need loadplugin("C:\Program Files\AviSynth\avisynth\MPEG2DEC.dll") when loading avi source files.
Did you try the same with a real AVI file? (e.g. open your script in VirtualDub - the best way to verify. Then save a small fraction to a AVI file and try open this in CCE)