Video Attributes Application

When converting video files to MP4 or WMV format for the Zune, it’s often helpful to know certain facts about your source video. Information such as frames per second (fps), video codec, audio bit rate, screen resolution, etc. are important for setting the parameters in your video conversion software. For example, if you convert a video file using a setting of 29 fps but the video source is at 24 fps, your audio may slowly become out-of-sync with your video. So, it’s important to identify information such as frame rate when doing video conversions.
Normally, I recommend the freeware program called GSpot which can open most video files and display relevant information about them. However, GSpot is a bit overkill for some, as it displays lots and lots of information (maybe too much at times). To simplify matters, I decided to brush up on my Visual Basic programming and create a basic application called zVideo which displays pertinent video/audio information for a source video file.

You can download my application from this link. My simple application basically runs the program called FFMPEG and parses through the output from that program to get the relevant video/audio information. It then displays this information in a dialog box window. You can also activate an option for it to display the optimum screen resolution dimensions that you can use for your video conversions (if the video source resolution is larger than 320 by 240).
To use this application, download the zVideo.zip file and unzip the contents in a folder on your Windows system. Then, double-click on the zVideo.exe application icon. Note, that you need to have the file called FFMPEG.exe located in the same folder as the zVideo.exe file. Sorry that I don’t have a slick installer application to load this software.
Now, this program doesn’t do any actual conversion. It only shows the attributes of a selected video file.
Have fun with my simple application, and let me know if you find any bugs or have any issues.