1

I have an MPG video file. How can I know its resolution?

brilliant
  • 635

4 Answers4

2

Use VLC player

Tools>Media Information>Codec (tab)

Ryan
  • 21
  • 2
1

If Windows Vista/7 does not show that, try MediaInfo Lite

ADNow
  • 254
1

right-click on file, properties, then the details tab. Should show the resolution in height and width.

elvispt
  • 430
1

Download, unzip and run DPMediaInfo. load your video file and you should see something like this:

alt text

The field Size is showing the resolution (160x120 in this case)

DPMediaInfo is portable, free and open source software.

Gareth
  • 19,080