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) を判別する方法は?
変異原は私のために働きます。これが私のスクリプトの1つからの抜粋です。
from mutagen.mp3 import MP3 f = MP3(musicfile) bitrate = f.info.bitrate / 1000
この質問では、eyeD3libが推奨されます。