Python native library to read metadata from videos?

exiftool, pyexiv2, python

Solution

I have used hachoir-metadata succesfully: http://pypi.python.org/pypi/hachoir-metadata

Problem

Is there a Python library to read metadata (camera model, time created, etc ...) from video files? The Perl equivalent is "exiftool." I checked pyexiv2, but it doesn't have video support like exiftool does. Thanks.

Original source

Related problems