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 li
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:
ffmpeg
ffmpeg -i -f ffmetadata metadata.txt