Hi Andy, Muxing to WAV is not tested and presumably not working. You can use wavefile for that purpose. Sorry for that, Dmitry/
----- Original Message ----- From: "Andy Leszczynski" <[EMAIL PROTECTED]> To: <[email protected]> Sent: Friday, October 20, 2006 8:57 AM Subject: [Pymedia-users] recode_audio.py crashes python for WMA->WAV(WMA->MP3 is fine) Hi, I use recode_audio.py taken from the pymedia.com site. It converts WMA into MP3 just fine but crashes python badly when I convert to WAV. Any clue? Thx in advacne, Andy #Here are my versions: $ python24 Python 2.4.2 (#67, Sep 28 2005, 12:41:11) [MSC v.1310 32 bit (Intel)] on win32 Type "help", "copyright", "credits" or "license" for more information. >>> import pymedia >>> pymedia.__version__ '1.3.7.0' #this works fine $ python24 recode_audio.py t.wma t.mp3 mp3 Recoding t.wma into t.mp3 Decoder params: {'index': 0, 'block_align': 5945, 'type': 1, 'frame_rate_base': 1, 'height': 0, 'channels': 2, 'width': 0, 'length': 0, 'sample_rate': 44100, 'frame_rate': 25, 'extra_data': '\x00\x88\x00\x00\x0f\x00\xe5\\\x00\x00', 'bitrate': 128016, 'id': 86025} Encoder params: {'channels': 2, 'sample_rate': 44100, 'bitrate': 128016, 'id': 86017} #here python crashes right wayw $ python24 recode_audio.py t.wma t.wav wav Recoding t.wma into t.wav Decoder params: {'index': 0, 'block_align': 5945, 'type': 1, 'frame_rate_base': 1, 'height': 0, 'channels': 2, 'width': 0, 'length': 0, 'sample_rate': 44100, 'frame_rate': 25, 'extra_data': '\x00\x88\x00\x00\x0f\x00\xe5\\\x00\x00', 'bitrate': 128016, 'id': 86025} ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Pymedia-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/pymedia-users
