How can I check the video/audio format for a MKV file?

6

2

I have a MKV video file. Can you please tell me how I can find out the video/audio codec of that file, and how I can find out if it is 1080p or 1080i?

I have a Windows 7 desktop PC.

Thank you.

michael

Posted 2011-05-03T22:41:31.467

Reputation: 4 127

Answers

7

You could always install VLC Media Player. It plays almost every format. Hit Ctrl+J while something's playing and it will show you the Codec info.

Matt

Posted 2011-05-03T22:41:31.467

Reputation: 627

6

You can use MediaInfo to find every possible info about the given media file.
(There is a GUI, and a CLI version too.)

MediaInfo Example Screeny

Apache

Posted 2011-05-03T22:41:31.467

Reputation: 14 755

1GSpot became obsolete; MediaInfo is fine. +1. – Mehper C. Palavuzlar – 2011-05-04T06:49:51.257