Log in

View Full Version : HELP!! CCE: "This is not an AVI file"


kdiaz
28th December 2002, 07:39
I've tried to use the following script:

LoadPlugin("C:\Program Files\AviSynth2\plugins\MPEG2DEC.dll")
mpeg2source("D:\Burn Temp!\Ripped!\ESCAFLOWNE_MOVIE_DISC_1\VIDEO_TS\escalade.d2v")
ResampleAudio(44100)

now when I tried to load this .avs file in CCE I get an error:
"This is not an AVI file" message. I tried to rename the file to filename_avs-vfapi.avi and also tried just plain filename.avi, but neither worked -giving me the same error message. Now if I used windows media player 6.4 to open it, the movie would play right away... :confused:

Anyone know why this is happening?!

seewen
28th December 2002, 07:51
which version of CCE are you using ?

Only version 2.50, 2.64.01.10, and 2.66.x can read AVS !
Version between 2.62.x and 2.64.01.09 CANNOT read AVs files.

And CCE won't read an AVS script just beccause you've renamed it "*.avi" or "vfapi.avi" lol (it's not beccause you write "Wine" on a Water bottle, that the Water will becomes Wine .. ;-) )

-------------------------------

And of course, you are using Avisynth 2.07 ?? To be sure, just try to make a script with :

Version()

Name it "version.avs", and open it in VirtualDub (or Windows Media 6.4 ). You should see the version number ( and it should be 2.07).

At this point, if you have an error, it's beccause Avisynth is not correctly installed.. So just re-install it.
Or maybe, it's beccause you have made scripts like "Version.avs.txt".
Pay attention that scripts end with .avs and not .avs.txt .