Tell me more ×
Audio-Video Production Stack Exchange is a question and answer site for engineers, producers, editors, and enthusiasts spanning the fields of audio, video, and media creation. It's 100% free, no registration required.

I've got a video and I thought it's size was 640x480 and this is shown on GSpot.

However also in the container section of GSpot it is saying

 Recommended Display Size: 853 x 480

does anyone know where it get's this from?

1) If it is calculated what from?

2) If it is a property of the file while isn't it the same as the width x height?

GSpot Example

share|improve this question

1 Answer

I don't know what tags or fields are present in a .MP4 file, but something is flagging the file as having a 16:9 'display aspect ratio' (shown as "dar" in GSpot), while the 'pixel aspect ratio' (par) is 4:3.

((480 * 16) / 9) = 853

share|improve this answer
480 is the original height? Multiplied by the dar ratio width, divided by the dar ratio height = 853 new width? Seems an odd calculation – Blundell Jan 13 at 1:15
BTW 16:9 is correct, so is it the 'par' that needs updating and this would correct the original WxH? – Blundell Jan 13 at 1:20

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.