VideoHelp Forum
+ Reply to Thread
Results 1 to 4 of 4
Thread
  1. Member
    Join Date
    Oct 2007
    Location
    United States
    Search Comp PM
    I'm attempting to resize a 640x480 source to 480x480 letterbox (for SVCD creation in QuENC) using Avisynth except the output looks funky. I'm new to Avisynth so I'm probably just missing something obvious. The picture is perfect, except the very bottom most row of pixels in the screen become stretched. I really don't know a better way to describe it. Here is my AVS script:

    AviSource("movie.avi")
    Lanczos4Resize(480,480,0,0,640,480)
    LetterBox(60,60,0)
    Quote Quote  
  2. Man of Steel freebird73717's Avatar
    Join Date
    Dec 2003
    Location
    Smallville, USA
    Search PM
    For easy avisynth scripts download fitcd. Great little app that will create your avisynth script for you. You just select your output size and save the file.
    Donadagohvi (Cherokee for "Until we meet again")
    Quote Quote  
  3. Member mats.hogberg's Avatar
    Join Date
    Jul 2002
    Location
    Sweden (PAL)
    Search Comp PM
    Originally Posted by czerro
    I really don't know a better way to describe it.
    Sometimes a picture says more than a 1000 words... Post a screenshot!

    /Mats
    Quote Quote  
  4. A 640x480 source is likely 4:3. All you have to do is resize to 480x480 for SVCD:

    AviSource("movie.avi")
    Lanczos4Resize(480,480)

    The SVCD player will play the video as 4:3.
    Quote Quote  



Similar Threads

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