Video meta data using python

前端 未结 2 530
灰色年华
灰色年华 2020-12-30 11:15

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

2条回答
  •  囚心锁ツ
    2020-12-30 11:56

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

提交回复
热议问题