Hello,
I have standard 720 x 480 NTSC AVI video in 16:9 aspect ratio. I want to convert the video into FLV format for use on the web. I have all of the software I need to do the conversion, what I'm a little stuck with is the proper height in pixels.
The website I'm designing, the width needs to be 512px (which is divisible by 16). So, what is the formula I should use to determine the correct height - while maintaining 16:9 aspect ratio and avoiding distortions? I assume the height needs to be divisible by 16 as well - correct?
Thanks.
+ Reply to Thread
Results 1 to 6 of 6
-
-
Divide it by 1.78 and get 287.64 rounded to 288px which is divisible by 16
-
Thanks. One question that always bugged be though. I ave two consumer cameras - one shoots in 16:19 and the other 4:3 - but both produce 720x480 video (obviously with different aspect ratios).
My confusion is - shouldn't the 16:9 version have different dimensions - since it's wider & shorter - say 688 x 382??? If not, why. As you can see, I'm struggling with separating aspect from pixel size. -
Originally Posted by d4jaj1
-
DAR = PAR * SAR
DAR = display aspect ratio, the final shape of the picture
PAR = pixel aspect ratio, the shape of individual pixels
SAR = storate aspect ratio, the frame size
For example:
DAR = PAR * SAR
4:3 = 10:11 * 704x480
4/3 = 10/11 * 704/480
1.333 = 1.333
Similar Threads
-
Mencoder Maximum Height/Width
By andrewbutkus in forum Video ConversionReplies: 2Last Post: 8th Oct 2010, 09:02 -
same resolution but difference in display w.r.t. height and width
By Pravz in forum Video ConversionReplies: 8Last Post: 2nd Sep 2010, 01:03 -
mp4 width/height problem
By jfish666 in forum ffmpegX general discussionReplies: 1Last Post: 9th May 2009, 05:36 -
Changing width & height
By Blå_Mocka in forum Newbie / General discussionsReplies: 2Last Post: 31st May 2008, 11:27 -
How to-adjust video frame height and width
By tvlreject in forum EditingReplies: 1Last Post: 9th Jul 2007, 02:36