View Single Post
Old 20th February 2010, 20:55   #20  |  Link
wonkey_monkey
Formerly davidh*****
 
wonkey_monkey's Avatar
 
Join Date: Jan 2004
Posts: 2,496
Quote:
The clip is 640x352. Im using FitCD to get that script. Sorry for my ignorance about scripting, but I don't want to crop it.
The four parameters after the target size on the lanzcosresize line would crop the video, but obviously with those numbers it'll just keep the same size. The script as posted will give you the correct aspect ratio for 4:3 NTSC DVD, though for some reason it won't quite be centred in the letterbox. I'd change the addborders to:

Code:
addborders(0,60,0,60)
David
wonkey_monkey is offline   Reply With Quote