-
par / sar / dar
I am attempting to develop a comprehensive understanding of Aspect Ratios as they apply to displays, pixels, and storage. So far… it’s pretty confusing.
This came about because I am trying to create a .mov from a .mpg2 source file that is 720×480, SAR = 3:2, PAR = 8:9, DAR = 4:3 (according to Gspot).
It seems like the only way to match these two files so the aspect ratio matches to the naked eye is to make the .mov 640×480. Gspot confirms that, with those settings, the DAR = 4:3 on both files.
My question is – What is the right formula to create a .mov that most closely matches the .mpg2 settings I listed above? Is there a way to make the .mov 720×480 and still have the proportions match to the eye?
It seems when I automatically changed the Pixel Aspect Ratio in the .mov settings to .889, it has no affect. Is there a reason .mpg2 settings let you choose a 4:3 display but other containers don’t?