Conversions and Calculations Flashcards
1
Q
What is the formula for the file size of a photo?
A
( Width * Height * BD ) / ( 8 * 1024^n )
2
Q
What is the formula for the file size of a video?
A
( Width * Height * BD * Duration(s) * Framerate ) / ( 8 * 1024^n )
3
Q
What is the formula for the file size of audio?
A
( SS * SR * Time(s) * Channels ) / ( 8 * 1024^n )