PDA

View Full Version : Small Apps...FREE!!! [Mac/Win]



danu prasd
10-21-2009, 11:24 PM
Aspect Ratio Calculator :
This is a simple java app that runs directly without installing and allows you to quickly calculate pixel dimensions based on 4:3 and 16:9 aspect ratios. Just plug in a horizontal measurement and the utility will calculate the vertical dimension (or vise versa). Great for scaling videos for online deliver in correct ratios. Cross-platform. (Win, Mac)
link : http://www.wideopendoors.net/design/aspect_ratio_calculator.html

AJA Datarate Calculator :
Free tool with Mac and Win versions for calcuating the size of video files using various production codecs and resolutions.
Link : http://www.aja.com/ajashare/AJA_Data_Rate_Calculator_v601.zip

Stephen Gentle
10-22-2009, 12:24 AM
Aspect Ratio Calculator :
This is a simple java app that runs directly without installing and allows you to quickly calculate pixel dimensions based on 4:3 and 16:9 aspect ratios. Just plug in a horizontal measurement and the utility will calculate the vertical dimension (or vise versa). Great for scaling videos for online deliver in correct ratios. Cross-platform. (Win, Mac)
link : http://www.wideopendoors.net/design/aspect_ratio_calculator.html

Hmmm... I just use Google or a calculator for that - say to get the height of a 16x9 video, you just put in width * (9/16) and to get the width, you can just do height * (16/9). That way you can do any aspect ratio...

danu prasd
10-22-2009, 12:47 AM
Hmmm... I just use Google or a calculator for that - say to get the height of a 16x9 video, you just put in width * (9/16) and to get the width, you can just do height * (16/9). That way you can do any aspect ratio...

yes...i do the same too...i use this apps if i don't have an internet connection.
thanks for the informatin, Stephen...