g-force said: Sure, I would be more than happy to check the values, but what are the final final changes you are proposing?
-G
Thanks, G-Force! It was just this part from my earlier post.
For an anamorphic 704x480 DVD, I would change the cropping command near the beginning of the script to:
Crop(8,96,-8,-96,align=true)
and the resizing line later on to:
Spline16Resize(704,384).Crop(0,12,0,-10,align=true).AddBorders(0,58,0,60)
I changed vertical cropping to 12 and -10 because obviously the values have to change if one no longer resizes horizontally. I take it the purpose of cropping into the image is to remove that ugly line that runs parallel to the borders. I appreciate your help and really admire all this work you are doing. :-)