View Single Post
Old 21st September 2009, 19:05   #997  |  Link
carlmart
Carlos Martinez
 
Join Date: Aug 2005
Posts: 288
I have a DVD that was released in letterbox 4:3 AR NTSC. The original image is 1.66.

When I load it into AVStoDVD, in order to resize it to full 16:9 AR with black pillars on the sides, the program crops the image on all sides.

This is the script it suggests:

Video = Video.ConvertToYV12
Video = Video.ChangeFPS(25)
Video = Video.Spline16Resize(720,576,0,66,0,-66)

To start with I don't know why it's changing it to PAL, because the file is NTSC and I want to keep it that way.

Which is the proper way to load it and set the values?
carlmart is offline   Reply With Quote