Is there a way in python to get the dimensions of a video file or some other library that would accomplish this? The equivalent of a Media Info or something? Th
Media Info
This library seems to have an example that does just that on its main page (print_info(vs)):
print_info(vs)
http://code.google.com/p/ffvideo/
It's a wrapper around ffmpeg (there seems to be a few Python libraries for using ffmpeg).