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.
如何确定比特率的类型 - CBR、VBR 或 ABR?
诱变剂对我有用。这是我的一个脚本的摘录。
from mutagen.mp3 import MP3 f = MP3(musicfile) bitrate = f.info.bitrate / 1000
在这个问题中,推荐使用eyeD3库。