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?!
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?!