Reading the bitrate of an mp3

jay graves jgraves3 at austin.rr.com
Sun Nov 19 15:28:02 EST 2000


On Sun, 19 Nov 2000 17:50:48 +0100, Lars Hoeyrup Jensen
<robinhat at rhk.dk> wrote:

>I'm looking for a Python module that enables me to read the bitrate and length
>in minutes/seconds from _any_ mp3 file, no matter if it has an ID3 tag or not.
>Does such a module exist? I know you can get it for Perl but I have only been
>able to find this for Python:
>
>http://csl.cse.ucsc.edu/~ben/python/id3.html
>
>and it doesn't seem to give you the bitrate or length of the file.
>
>Any help would be greatly appreciated,
>
>Lars H. Jensen
>

I haven't tried this but it claims to do what you want.

http://sourceforge.net/snippet/detail.php?type=snippet&id=100043

Jay




More information about the Python-list mailing list