VideoHelp Forum




+ Reply to Thread
Results 1 to 4 of 4
  1. Member
    Join Date
    Apr 2006
    Location
    Canada
    Search Comp PM
    Hi, I am having problems loading an encoded m2v file into DVD-lab standard. The original file has an aspect ratio of 16:9, so I am using the following avisynth file to encode it.

    Code:
    AVISource("1.avi", False)
    AddBorders(0,60,0,60)
    LanczosResize(720,360)
    AddAudio()
    ConvertToYUY2()
    When I try to import this into the assets folder in DVD lab I get a "frame size error 720x352". Any help is appreciated, thanks.[/code]
    Quote Quote  
  2. Always Watching guns1inger's Avatar
    Join Date
    Apr 2004
    Location
    Miskatonic U
    Search Comp PM
    Shift your addborders to after the resize
    Read my blog here.
    Quote Quote  
  3. VH Veteran jimmalenko's Avatar
    Join Date
    Aug 2003
    Location
    Down under
    Search PM
    DVD-lab (as well as any other authoring software that does not re-encode automatically) requires one of the following resolutions:

    352 x 240/288 (NTSC/PAL)
    352 x 480/576
    704 x 480/576
    720 x 480/576

    So in your case you need to do what guns1inger said and make sure that your output from AVISynth is 720 x 480 by placing the AddBorders command after the resize.

    Seems strange though to me where DVD-lab is getting the 352 part from though ?
    If in doubt, Google it.
    Quote Quote  
  4. Member
    Join Date
    Apr 2006
    Location
    Canada
    Search Comp PM
    Thanks guys! It now works perfectly.
    Quote Quote  



Similar Threads

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