kdiddy
31st December 2001, 06:37
Ive ran into an issue with my avs script..below:
LoadPlugin("F:\DVDStuff\MPEG2DEC.dll")
mpeg2source("F:\Movie\low.d2v")
Crop(0,56,720,364)
BicubicResize(352,176,0,0)
Blur(-.3)
AddBorders(0,32,0,32)
ResampleAudio(44100)
OR
LoadPlugin("F:\DVDStuff\MPEG2DEC.dll")
mpeg2source("F:\Movie\low.d2v")
Crop(0,56,720,364)
BicubicResize(352,176,0,0)
Sharpen(0.3)
AddBorders(0,32,0,32)
ResampleAudio(44100)
What will happen..is that CCE will make vaf file,..starts to encode the video file..then after about couple mins..the speed will get ridiculously, fast..like 8.5+, I check the video..and it gives me nothing.....However, if I open the avs file in media player, it plays just fine....????
Taking the Blur/Sharpen command out, and it also works find...CCE 2.5 doesnt seem to like the Blur/Sharpen command for some reason..any ideas??...Im using the latest version of Avisynth (beta 5) & mpeg2dec.dll....Ive tried avisynth version beta 3...but same result
TIA
LoadPlugin("F:\DVDStuff\MPEG2DEC.dll")
mpeg2source("F:\Movie\low.d2v")
Crop(0,56,720,364)
BicubicResize(352,176,0,0)
Blur(-.3)
AddBorders(0,32,0,32)
ResampleAudio(44100)
OR
LoadPlugin("F:\DVDStuff\MPEG2DEC.dll")
mpeg2source("F:\Movie\low.d2v")
Crop(0,56,720,364)
BicubicResize(352,176,0,0)
Sharpen(0.3)
AddBorders(0,32,0,32)
ResampleAudio(44100)
What will happen..is that CCE will make vaf file,..starts to encode the video file..then after about couple mins..the speed will get ridiculously, fast..like 8.5+, I check the video..and it gives me nothing.....However, if I open the avs file in media player, it plays just fine....????
Taking the Blur/Sharpen command out, and it also works find...CCE 2.5 doesnt seem to like the Blur/Sharpen command for some reason..any ideas??...Im using the latest version of Avisynth (beta 5) & mpeg2dec.dll....Ive tried avisynth version beta 3...but same result
TIA