VideoHelp Forum




+ Reply to Thread
Results 1 to 2 of 2
  1. I'm trying to use avisynth (mpeg2dec plugin) to frame serve to CCE. I've tried this with both CCE 2.25 and 2.5, avisynth 1.04 and 1.05. My avisynth file looks something like this:

    LoadPlugin("MPEG2DEC.DLL"
    mpeg2source("dvd.d2v"
    BicubicResize(480,360,0,0.75)
    AddBorders(0,60,0,60)

    The avs file did work before; I did a reformat and reinstall and now CCE just crashes after I click "OK" on the avs file in CCE. Any ideas?

    Running AthlonXP 1600+, Epox 8kha+, WinXP (also crashed in Win9.

    Thanks.

    Edit: Forgot to mention, I've loaded the .avs in VirtualDub and TMPEG without problems. CCE is the only thing that is giving an error. In Win98, I get a page fault; in XP, the program simply closes.

    <font size=-1>[ This Message was edited by: mikeyboy on 2001-11-05 20:03:06 ]</font>
    Quote Quote  
  2. Member
    Join Date
    Feb 2001
    Location
    Berlin, Germany
    Search Comp PM
    Sometimes I have also problems to load a avs into CCE. Easiest way is to add an audio command. the avs should look like this:
    LoadPlugin("c:\..\MPEG2DEC.DLL")
    mpeg2source("d:\..\dvd.d2v")
    BicubicResize(480,360,0,0.75)
    AddBorders(0,60,0,60)
    ResampleAudio(44100)
    Do not encode the audio in cce, just add this line.
    But do not open this avs in TMPG. It will crash. If you want to open it in TMPG, you have to delete that line again.
    There are more ways to make cce accepting avs files, but this one should be the easiest.
    Quote Quote  



Similar Threads

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