VideoHelp Forum




+ Reply to Thread
Results 1 to 2 of 2
  1. 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
    Quote Quote  
  2. Member
    Join Date
    Mar 2002
    Location
    chicago
    Search Comp PM
    Originally Posted by vahn
    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
    if you are using an avisource, you don't need to load mpeg2dec.dll
    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.
    Quote Quote  



Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!