MpegProperties will show you all header parameters like bitrate, imagesize, user data and so on. All within a Win9x style property sheet. Supports dropfile. Reads video, audio or multiplexed files. Can read Fraunhofer Mpeg 2.5 format and WAV files with mpeg audio.
The program is compact and will only read a small portion of the file. The information is presented with no delay. Useful in right-click context menus.
Changes in MpegProperties 1.0 :
- Fixed: Showed faulty "Not a valid MPEG file".
Could mean trouble with "reserved" streams.
- Added: Play button, since MediaPlayer 5.2 play about any MPEG file.
The button just do the follwing line:
>ShellExecute( NULL, "open", filename, NULL, "", SW_SHOW );
Which means that the user may have to manually add some associations (mp3 at least).
Copy this code into your website if you want to link to MpegProperties page:
<a href="http://www.free-codecs.com/download/MpegProperties.htm">Download MpegProperties</a>