Okay... bear with me here... this is all new to me in the past day or two.
QUOTE(stephanV @ Oct 23 2005, 02:48 PM)
Your TV is 4:3, DVDs have a resolution of <snip> 720x480 for NTSC (oh, and people please forget about ITU for a moment...) Your video has a PAR of 1:1 (i hope) and a DAR of 20:11.
Those are the values of the .avi files I want to change the aspect for. They now play back in wide screen with black above and below the picture. Can that be changed?
QUOTE
Now the question is: do you want to make an anamorphic (16:9) DVD or a 4:3 DVD?
From what I've read, 'anamorphic (16:9) DVD' is by definition wide screen, right?
As I pointed out in my 1st post, the original files are wide screen. The whole purpose here is to, as I wrote
"transcode those .avi files to the aspect ratio of a standard TV". So I'm assuming that means going to the 4:3 DVD format... right?
I'm a bit confused about the aspect ratio value, and corresponding pixel ratio. They
are directly related... right? The pixel value 'NumberXNumber' will always correspond directly to the '1:X' ratio... right?
It seems I need to learn just where to start determining which 1st pixel value to start at. In my last post, I apparently made the mistake of entering BOTH values, 640x272 into the script. I didn't catch the instruction to only replace the 2nd value.
Why a 720x480 ratio is used for DVD playback instead of 640x480 I'll have to find out. But it appears the DVD playback device will recalculate it's output to fit the standard 640x480 TV screen.
QUOTE(stephanV @ Oct 23 2005, 02:48 PM)
- For a 4:3 DVD, you will need to resize to <snip> 720x352 for NTSC and pad the rest with black to get 720x480.
Okay... now I'm really confuddled...

If my files presently have an aspect ration of 640x352, 1:1.82, what values would I need to enter in this script command to get the file to fill the screen on a standard NTSC TV?: BicubicResize(x,x,x,x)
And if I need to pad (why??), will I then need put values in the 'AddBorders(x,x,x,x)' script command?
TS