开发者

Extract AAC audio properties using Python?

开发者 https://www.devze.com 2023-01-07 21:47 出处:网络
What\'s the easiest Python library to use to extract properties from an AAC audio file (.m4a)? Specifically, I\'d like to extract the following properties:

What's the easiest Python library to use to extract properties from an AAC audio file (.m4a)?

Specifically, I'd like to extract the following properties:


Try the AudioFile class in Audio Tools.


Try using the command exiftool. Of course, if you're using linux. This command shows all the properties of audio files, video and pictures. Exiftool installed, simply use the command:

exiftoll your_file_name.extension

eg exiftoll music.mp3

0

精彩评论

暂无评论...
验证码 换一张
取 消