![]()
Please help!!!
I am trying to use AVIsynth to frameserve a movie to CCE2.5SP on my win XP machine, every time CCE crashes and XP display an error message and ask if I want to report the error to microsoft.
I have installed avisynth v1.0b7, VFAPIConv104, DVD2AVI176 ans msvcr70.dll. Here is the avs file (generated by FitCD) I use:
LoadPlugin("F:\Program Files\AVIsynth\MPEG2DEC.dll")
AviSource("D:\test_movie.avi")
BicubicResize(448,318,0,0.6,3,0,602,240)
#TemporalSmoother(2,2)
AddBorders(16,81,16,81)
#Trim(0,175871).FadeOut(150)
ResampleAudio(44100) # CCE 2.5 'crashfix' for Athlons
## If you want this 'fix' permanently, edit the INI-file:
## Under [AVSscript] set the CCEcrashfix-option to
##CCEcrashfix=1
Thank you
+ Reply to Thread
Results 1 to 2 of 2
-
-
Originally Posted by vahn
I'm not sure that that would cause the crash, though. also, I think when you add borders, you need to use even numbers...I would maybe use 80/80 or 80/82 or 82/82 instead of 81/81.
I'm not sure if this will help or not, but it's worth a shot. also, open your avs file in WMP...it will show an error message if there is anything wrong in your script.
Similar Threads
-
CCE, MP4 and AviSynth Error
By Maikeru-sama in forum Video ConversionReplies: 28Last Post: 11th Jun 2008, 04:24 -
CCE, AviSynth and MP4 Question
By Maikeru-sama in forum Video ConversionReplies: 5Last Post: 31st Mar 2008, 11:19 -
MKV, CCE and AviSynth Question
By Maikeru-sama in forum Video ConversionReplies: 10Last Post: 14th Jan 2008, 16:35 -
Matted to anamorphic with aviSynth/CCE?
By Sephiroth666 in forum Newbie / General discussionsReplies: 3Last Post: 7th Jan 2008, 00:00 -
Questions about CCE, H264 and AviSynth
By Maikeru-sama in forum Video ConversionReplies: 18Last Post: 21st Dec 2007, 20:38