VideoHelp Forum




+ Reply to Thread
Results 1 to 2 of 2
  1. Could someone please tell me what I need to put into an AVISYNTH scrpit to resize a divx file (640 x 272) so it will look ok (keep aspect ratio and fill the screen) when burn't onto dvd to play on a standalone player.

    Do I need to resize and add borders etc ?

    Also what does anamorphic have to do with it all ?

    Thanks
    Quote Quote  
  2. VCD PAL
    dest_width=352; dest_height=352 * source_height/source_width
    letterbox to 352x288

    VCD NTSC
    dest_width=352; dest_height=352 * source_height/source_width
    letterbox to 352x240

    SVCD PAL
    dest_width=480; dest_height=768 * source_height/source_width
    letterbox to 480*576

    SVCD NTSC
    dest_width=480; dest_height=640 * source_height/source_width
    letterbox to 480*480
    There are only 10 types of people in the world:
    Those who understand binary
    and those who don't.
    Quote Quote  



Similar Threads

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