I 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 a Python library that can work on across the platforms?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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: