VideoHelp Forum




+ Reply to Thread
Results 1 to 5 of 5
  1. avisource("C:\Movies\American Beauty (DVD Quality).avi")
    LanczosResize(720,328)
    AddBorders(0,248,0,248)
    ConvertToYUY2()

    This is the script i am using for CCE, but when i drag it into CCE I get the error saying

    "Frame Size 720x824 is not supported. Supported frame size is up to 720x576"

    Can anyone help me to fix this?
    Quote Quote  
  2. Just open the file in virtual dub and you'll see what it's doing.

    You're squeezing the height down to 328 lines and then adding black borders of 248 pixels at top and bottom. 328+248+248 = 824.

    I don't blame CCE for complaining.
    Quote Quote  
  3. can u recomend it should be for a video source of 352x160 (1:2.20) 25 FPS
    Quote Quote  
  4. Not without knowing what you want to do.
    Do you really need to resize the image up to 720?

    You could try

    avisource("C:\Movies\American Beauty (DVD Quality).avi")
    AddBorders(0,208,0,208) // 0,160,0,160 for NTSC
    ConvertToYUY2()

    That would get you 352x576 which you could encode 4:3 to maintain your aspect ratio. You'd still have legal DVD resolution without wasting bits on resized data.

    You might consider reading:
    https://www.videohelp.com/forum/userguides/174200.php
    Quote Quote  
  5. Member videocheez's Avatar
    Join Date
    Jan 2003
    Location
    United States
    Search Comp PM
    Originally Posted by inqbus35
    avisource("C:\Movies\American Beauty (DVD Quality).avi")
    LanczosResize(720,328)
    AddBorders(0,248,0,248)
    ConvertToYUY2()

    This is the script i am using for CCE, but when i drag it into CCE I get the error saying

    "Frame Size 720x824 is not supported. Supported frame size is up to 720x576"

    Can anyone help me to fix this?
    I use FitCd because I still don't understand what is going on with resizing. I admit that you will be better of learning what's going on with resising, but if you want a quick solution, you can get FitCd at the following URL: http://shh.dvdboard.de/download.php?Action=DL&ID=fitcd112
    FitCD will export a nice dvd compliant avisynth script. If you have trouble setting up FitCD, try the guide at the following URL: http://www.donstevenson.net/myguides/myguides.html

    Goodluck,

    VC
    This is so much fun!
    Quote Quote  



Similar Threads

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