VideoHelp Forum




+ Reply to Thread
Results 1 to 14 of 14
  1. this may sound funny but i'm trying to make a dvd out of very low resolution avi clips using dvd author 3 with divx. I've successfully make a dvd out of those clips but when play on standalone player the quality is very bad. If only I can resize the video to half the size of the screen. dvd author 3 doesn't seems to allow me to go lower than 4:3. I've try to keep to original files at 352X240 but still plays at full screen size. Please help!!!
    Quote Quote  
  2. Always Watching guns1inger's Avatar
    Join Date
    Apr 2004
    Location
    Miskatonic U
    Search Comp PM
    Resolution is not the issue. Anything 4:3 will be expanded to fill the screen, regardless of resolution. The solution is to put black borders around the image to keep the image smaller on the screen. You can do this either with a picture in picture type effect in an editor, or by using something like virtualdub's resize filter to add the borders.
    Read my blog here.
    Quote Quote  
  3. Member Alex_ander's Avatar
    Join Date
    Oct 2006
    Location
    Russian Federation
    Search Comp PM
    You can load your source file to TDA3 (this also works for motion menu backgrounds) with AviSynth script (for NTSC DVD):

    AviSource("path/video.avi")
    LanczosResize(352x240)
    AddBorders(184,120,184,120)
    ConvertToYUY2()

    Even if you never used AviSynth, install it and save the lines above in Notepad with .avs extension instead of .txt. Edit path to your file in the script and test it by opening in Vdub. Then use in TDA3 NTSC project as any other video (with chaptering, simulation etc.). The script above should produce a half-size image in the centre of a 720x480 frame with black borders (color is editable, e.g. you might prefer it grey).
    For source files other than avi you can use different first line in the script, for example:

    DirectShowSource("path\video.mpg")

    It is also possible to join all sources in the same script before loading to TDA3.
    Quote Quote  
  4. Video Restorer lordsmurf's Avatar
    Join Date
    Jun 2003
    Location
    dFAQ.us/lordsmurf
    Search Comp PM
    I do this in Premiere. In general, I also preface it with a warning that quality is lacking, but that this is the best material available. I make it look nice, sometimes even put more than black around the video. My last one had this great blue gradient border, and a title above and below the video.

    I restored the clip as best as possible beforehand too, at full size, then it looked even better when smaller.

    As usually, I had no need for in-TDA or AviSynth.

    You may want to consider restoration of the clip. I will assume it's mostly blockiness and aliasing/deinterlacing issues causing the drop in quality. There are ways to minimize this, if you want to learn more. You'll have to PM me if you do, I don't reliably read posts anymore. I can give a few quick tips (details will cost you, or you can post here with what I tell you, and hope somebody else comes along).
    Want my help? Ask here! (not via PM!)
    FAQs: Best Blank DiscsBest TBCsBest VCRs for captureRestore VHS
    Quote Quote  
  5. thank you for the quick replies. Alex I don't have a clue about avisynth. Guns1inger, please tell me the name of the filter for resizing avi and possibly how to use it? thanks
    Quote Quote  
  6. Member
    Join Date
    Dec 2006
    Location
    Here,where do you think?
    Search Comp PM
    The name of the filter is (drumroll please) "Resize", use LanczosResize(352x240) that Alex_ander provided in his sample script....
    " Who needs Google, my wife knows everything"
    Quote Quote  
  7. Always Watching guns1inger's Avatar
    Join Date
    Apr 2004
    Location
    Miskatonic U
    Search Comp PM
    Originally Posted by t0nee1
    The name of the filter is (drumroll please) "Resize", use LanczosResize(352x240) that Alex_ander provided in his sample script....
    And then add letterboxing borders to get the total resolution up to 720 x 480
    Read my blog here.
    Quote Quote  
  8. Member
    Join Date
    Oct 2007
    Location
    United States
    Search Comp PM
    Easier way to do it is to encode the video using DVDFlick which is free. Set the overscan to the maximum which I believe is 30%. 30% is more than you think trust me. Use the most current beta version of DVDFlick.
    Quote Quote  
  9. Member Alex_ander's Avatar
    Join Date
    Oct 2006
    Location
    Russian Federation
    Search Comp PM
    Originally Posted by marioval
    Easier way to do it is to encode the video using DVDFlick which is free.
    With already installed and working TDA3?
    VDub has disadvantage of making intermediate files though, while pasting some text to .avs looks easier.
    Quote Quote  
  10. Member
    Join Date
    Oct 2007
    Location
    United States
    Search Comp PM
    This looks easier to me

    Quote Quote  
  11. Yeah, it was really hard to tick "Letterbox/crop to size:" and type in 720 and 480.
    Quote Quote  
  12. Member
    Join Date
    Oct 2007
    Location
    United States
    Search Comp PM
    I didn't say it was hard, I said this was easier.........

    Can't we all just get along
    Quote Quote  
  13. Always Watching guns1inger's Avatar
    Join Date
    Apr 2004
    Location
    Miskatonic U
    Search Comp PM
    The advantage of using the virtualdub solution is you can avoid needlessly resizing the image, which can reduce image quality and enhance the appearance of artifacts.
    Read my blog here.
    Quote Quote  



Similar Threads

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