VideoHelp Forum




+ Reply to Thread
Results 1 to 5 of 5
  1. Member
    Join Date
    Aug 2007
    Location
    Canada
    Search Comp PM
    Hi all,

    I'm trying to use FitCD and the trial of TMPGEnc to encode an AVI file (XVid) to play on TVs with some adaption for overscanning.

    This is the script that FitCD has given me:

    # -= AviSynth v2.5.7.0 script by FitCD v1.2.8 =-
    AVISource("file.avi")
    LanczosResize(656,448,0,0,720,540)
    AddBorders(32,16,32,16)
    #Trim(0,164537).FadeOut(150)
    ConvertToRGB24() # For TMPGEnc or VFAPI

    (So the source is apparently 720x540 and is being resized down to 656x448 plus borders.)

    Okay, on to my problem. I'm unclear if TMPGEnc is going to encode my video in a much smaller size than it should, and I don't know why:


    (I launch TMPGEnc and the wizard pops up. I select my AVS file. I just downloaded the XVid codec, so it accepts it. It runs through "Judging field order". It's defaulting to Interlaced, and I'm not sure if that's correct or not... the aspect ratio is 4:3 525 line, 704x480.)

    If I click on "Other Options", in Video / Video Stream Setting, it shows (inaccessible) dimensions of 352x420, and in Advanced, in Video Arrange Method, 320x240, again inaccessible.

    Are those numbers anything to worry about?

    Thanks in advance!
    Quote Quote  
  2. Always Watching guns1inger's Avatar
    Join Date
    Apr 2004
    Location
    Miskatonic U
    Search Comp PM
    You have asked for overscan borders be added, so you will get a 656 x 448 resolution image inside a 720 x 480 video. You should encode your video as full-d1 (720 x 480). I cannot tell from what you have posted if it should be encoded as 4:3 or 16:9.

    If the avi file is Xvid it is most likely progressive.
    Read my blog here.
    Quote Quote  
  3. Member
    Join Date
    Aug 2007
    Location
    Canada
    Search Comp PM
    Oh, I'm an idiot! I had the wrong thing selected in the format at the start.

    Thanks for pointing out I should be using full-d1.
    Quote Quote  
  4. Member FulciLives's Avatar
    Join Date
    May 2003
    Location
    Pittsburgh, PA in the USA
    Search Comp PM
    Since you are doing your resizing inside your AviSynth script it is important to note that you do not want TMPGEnc Plus to resize and it will try to do that.

    So ... you want to set the VIDEO ARRANGE METHOD to FULL SCREEN which means that TMPGEnc Plus will accept what you input without trying to resize it ... assuming it is a correct resolution for the end format i.e., 720x480 when making a Full D1 NTSC DVD etc.

    - John "FulciLives" Coleman
    "The eyes are the first thing that you have to destroy ... because they have seen too many bad things" - Lucio Fulci
    EXPLORE THE FILMS OF LUCIO FULCI - THE MAESTRO OF GORE
    Quote Quote  
  5. Member
    Join Date
    Aug 2007
    Location
    Canada
    Search Comp PM
    Yes, I remembered that from your guide. Thanks!

    After processing, sadly, the video has a lot of noise at the bottom and sort of 'tearing' noise at other points in the film. Any ideas why this would happen? I am guessing it is something about adding the border, or the settings I used.

    In the original movie, the bottom of the video looks perfectly fine.

    Quote Quote  



Similar Threads

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