Change video aspect ratio metadata

1

I have a video file whose resolution is 720x480, so the correct aspect ratio is 4:3, but when I play it, it is displayed in 16:9 ratio. I use MediaInfo to check the file and see that the Aspect Ratio metadata is 16:9, not 4:3.

Is there a way to change this metadata to 4:3?

Chin

Posted 2012-10-27T17:27:47.077

Reputation: 6 937

How about mentioning the actual container (file extension) and video codec being used? – Karan – 2012-10-28T01:22:33.820

Answers

-1

I'm not sure about editing the meta data but you can use VLC to force an aspect ratio of 4:3.

You can do this in VLC by opening the video you want to play once the video is open in VLC: goto Video -> Aspect Ratio -> 4:3 or whatever ratio you would like

I'm not sure what video player you are using currently but in my experience VLC is the best.

Nick

Posted 2012-10-27T17:27:47.077

Reputation: 1 471

thanks, but I already know how to do this in media player classic – Chin – 2012-10-27T19:28:31.217