VideoHelp Forum




+ Reply to Thread
Results 1 to 2 of 2
  1. Hey, I'm trying to get rid of the letterboxing on an SVCD that has an aspect ratio of 16:9 and image ratio (640X360). I made this aviscript to get rid of the letterboxing, resize the avi, and add borders.

    AVISource("19.avi", False)
    ConvertToYUY2()
    Crop(0,60,640,360)
    LanczosResize(720,360)
    AddBorders(0,60,0,60)

    When I open this script in CCE SP it shows the duration as 10 seconds as opposed to 22+ minutes. When I use vdub to open this script it gives me the following error.

    Crop: you cannot use crop to enlarge or 'shift' a clip
    (D:\Vandread-encodes\19.avs, line 3)

    If I remove the Crop line it can open the file properly. Any help is appreciated.
    Quote Quote  
  2. SVCD is typically 480x480. Try changing your crop line to

    Crop(0,60,480,360)

    Open the script in vDub to confirm that it works and that the right side of the video is all there.

    Incidentally, the script you have is cropping away 60 pixel borders top and bottom, then adding them back again. I'm not sure what you're trying to achieve, but I somehow think a no-op isn't it.
    Quote Quote  



Similar Threads

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