reading and parsing Windows video files metadata in Python
问题 I'm working on a project and I need to read and parse video metadata.(duration, date created,title,bit rate , ...) as far as I know there isn't any good package for Python 3.X for this issue. 1 -- I found these : enzyme hachoir-metadata but they are designed for python 2.X 2 -- I also know how to use ffmpeg and other libraries that process video files. but they are so slow, I want to simply read the metadata from the windows file. 3 -- I tried to use exifread package to read video metadata ,