Hi want to extract video meta tags using Python as described. On stackoverflow, I found kaa module which is not supported in Windows. Can anyone suggest me python library that can work on across the platforms?
相关问题
- how to define constructor for Python's new Nam
- streaming md5sum of contents of a large remote tar
- How to get the background from multiple images by
- Evil ctypes hack in python
- Correctly parse PDF paragraphs with Python
You could try enzyme though the refactoring has caused the manual to become outdated.
Also,
ffmpeg
is a very powerful tool and you can read video metadata using the command:Have you seen Hachoir? It 'extracts metadata from multimedia files'.
The different file format parsers give differing levels of detail, but it might be what you are looking for. Here's an example of metatdata extraction from an AVI file: