VideoHelp Forum




+ Reply to Thread
Results 1 to 4 of 4
  1. I know I've had this issue before...but can't seem to remember how to correct it.. using both setups below:

    Avisynth 2.08
    DVD2AVI 1.76
    CCE 2.5

    LoadPlugin("E:\MPEG2DEC.DLL")
    mpeg2source("F:\movie.d2v")
    BicubicResize(320,432,0,0.6,0,0,720,480)
    AddBorders(16,24,16,24)
    ResampleAudio(44100)

    OR

    Avisynth 2.5
    DVD2AVI 1.77
    CCE 2.5

    LoadPlugin("E:\MPEG2DEC.DLL")
    mpeg2source("F:\movie.d2v")
    BicubicResize(320,432,0,0.6,0,0,720,480)
    AddBorders(16,24,16,24)
    ConvertToYUY2()
    AddAudio()


    I get the same results. The top 1/2 of frame is diagonally distorted and bottom 1/2 is black. Viewing the avs files in WMP shows the picture just fine, after CCE encodes is where the problem comes into play. Using no resize option and letting frame stay at 720x480 works fine. Only the half d1 is giving problems. Thanks for any help.
    Quote Quote  
  2. Member
    Join Date
    Jun 2002
    Location
    A Yellow Submarine
    Search Comp PM
    I'm not really an expert on avisynth, but souldn't your bicubicresize line read like this:

    BicubicResize(320,432,0,0.6,0,0,352,480)

    instead of:

    BicubicResize(320,432,0,0.6,0,0,720,480)

    for half D1?

    Or maybe if you left the last two fields out of the line (i.e. ...720,480) it might work.
    Quote Quote  
  3. Don't thinks that's the prob. I use FitCD for my avs script files and I've use it for years w/o a prob. Plus I think other people would have complained by now.

    Also, the script according Avisynth homepage reads correctly..
    "Crop(10, 10, 200, 300).BicubicResize(100, 150)
    is the same as BicubicResize(100, 150, 10, 10, 200, 300)"

    I later add borders which should bring the res back 352x480. Im wondering if CCE can't handle that res...but I thought for sure I had done one at this res before.
    Quote Quote  
  4. Nevermind..figured it out. thanks anyway.
    Quote Quote  



Similar Threads

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