I want to get the duration of audio/video files that are being uploaded into the system. Earlier I had used hachoir-metadata
, but it's not maintained anymore I guess, as there is no python 3 compatible module for that.
- IS there any other light weight alternative to it?
- In case if I wish to write something of my own to do it, what would be the prerequisites?