Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
用于从 AAC 音频文件 (.m4a) 中提取属性的最简单的 Python 库是什么?
具体来说,我想提取以下属性:
尝试Audio Tools中的AudioFile类。
尝试使用命令 exiftool。当然,如果你使用的是 linux。此命令显示音频文件、视频和图片的所有属性。Exiftool 已安装,只需使用命令:
exiftoll your_file_name.extension
例如 exiftoll 音乐.mp3