[Vnc2swf-users] MP3 problems in python
Status: Alpha
Brought to you by:
euske
From: <db...@br...> - 2005-10-16 01:34:47
|
It looks like the MP3 in Python isn't quite finished; is that correct? I have tried variations of different versions of MP3 and none work. It look= s like the interface has changed too. I tried: python mp3.py file.mp3 but that had some confusion about what class was doing the reading. Also, if you use file("filename") it doesn't open the file up in read binary mode "rb" which I think you need. When I try to attach the mp3: python edit.py -d -a file.mp3 -C 800x600+0+0 -o ch-01-01b.swf file.swf I get errors on rates being equal to None, and looks like the MP3 isn't initialized correctly. This is a very nice idea; it would be great to get this into a useable state! I'd be glad to help with the interface once it works. Thanks, -Doug |