Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Python native library to read metadata from videos?

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.

like image 969
ensnare Avatar asked Feb 20 '23 21:02

ensnare


1 Answers

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

like image 164
marbdq Avatar answered Feb 23 '23 11:02

marbdq