subtitles dont fit on screen!

Discussion in 'Video playback problems' started by ermzzy, Sep 17, 2005.

  1. ermzzy

    ermzzy Member

    Joined:
    Sep 17, 2005
    Messages:
    2
    Likes Received:
    0
    Trophy Points:
    11
    im going crazy with subtitles!

    i want to make subtitles fit on screen correctly and everytime i try it half of the fonts are off screen on the bottom

    im using TMPGE program to convert avi to mpeg then burning it on dvd to watch!

    is there anyway to make them fit perfectly using any settings i may need to know of?

    thanks,
     
  2. MilesAhed

    MilesAhed Regular member

    Joined:
    Apr 13, 2005
    Messages:
    395
    Likes Received:
    0
    Trophy Points:
    26
    I recently encoded some avi to dvd and got the same result. In my case I fixed it by choosing "Center (custom size)" for "video arrange method" and putting in the .avi aspect ratio as the custom size. The subs no longer fell off the bottom of the screen. I'd suggest doing a
    test burn of a small section of the video(chosen with the "source range" slider in TMPGEnc) to make sure it will work when played on your stand-alone. Also you can load your source video in FitCD and see what it suggests for size. It might says some stuff about adding black borders etc..

    I've only tried this fix on one vid so far. I'm hoping it works as a general subtitle fix for .avi to dvd encodes.
     
  3. MilesAhed

    MilesAhed Regular member

    Joined:
    Apr 13, 2005
    Messages:
    395
    Likes Received:
    0
    Trophy Points:
    26
    Just to clarify, to make sure you get the right numbers for resizing,
    use FitCD and copy the numbers from "Resize" in the Destination area to the "Center(custom size)" setting in TMPGEnc.
     
    Last edited: Sep 25, 2005
  4. celtic_d

    celtic_d Regular member

    Joined:
    Jan 23, 2005
    Messages:
    3,352
    Likes Received:
    0
    Trophy Points:
    46
    Or save the AVISynth from FitCD and encode that in TMPGEnc. You will get faster encoding times since in my experience AVISynth is faster at resizing than TMPGEnc. Make sure that you convert to RGB2 at the end of the script. So:
    avisource("whatever.avi")
    lanczosresize()
    addborders()
    ...
    ConvertToRGB24()
     

Share This Page