VideoHelp Forum




+ Reply to Thread
Results 1 to 2 of 2
  1. Ok, I want to use Avisynth to frameserve to CCE 2.6 demo. So I use fitCD util and point to the source avi.

    There is no template for CVD but it is my understanding 1/2 DVD is the same thing. I understand that 1/2 DVD or CVD is 352x480.

    FitCD generates the following Avisynth code....

    # -= AviSynth script by FitCD v1.1.2 =-
    #LoadPlugin("D:\PathOf\AnyPlugin.dll")
    AviSource("D:\Capture\K1.avi")
    BicubicResize(320,448,0,0.6,0,0,640,480)
    AddBorders(16,16,16,16)
    #Trim(0,72270).FadeOut(150)

    Look at the BicubicResize, shouldn't that be 352x480 and NOT 320x448.
    Also I do don't want the borders can I put a rem "#" in front of that line (or delete it all together). I feel like I'm back in my Visual Basic & Clipper days !

    Cheers
    Quote Quote  
  2. Member
    Join Date
    Feb 2001
    Location
    Berlin, Germany
    Search Comp PM
    If you don't want the borders, simply select "0 blocks TV-overscan" in FitCD. But I recommend to keep the script as it is, you wont see these borders on most TV sets.
    The calculation is correct 16+320+16=352 and 16+448+16=480.
    Quote Quote  



Similar Threads

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