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
+ Reply to Thread
Results 1 to 2 of 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*480There are only 10 types of people in the world:
Those who understand binary
and those who don't.
Similar Threads
-
Want to resize an avi
By janlafata in forum Video ConversionReplies: 2Last Post: 17th Aug 2009, 23:06 -
.avi to DVD + resize
By grandsire02 in forum Video ConversionReplies: 2Last Post: 9th Mar 2009, 17:28 -
resize trouble with avi.net
By g_enqui in forum DVD RippingReplies: 2Last Post: 1st Nov 2008, 14:16 -
Video screen resize question
By Wizard23 in forum ComputerReplies: 3Last Post: 17th Dec 2007, 13:12 -
Resize Suggestion for AVI-DVD Encode
By Soopafresh in forum Video ConversionReplies: 10Last Post: 26th Jun 2007, 11:01