[Vnc2swf-users] re: MP3 problems in python
Status: Alpha
Brought to you by:
euske
From: Stephen S. <ss...@gm...> - 2005-10-25 22:13:30
|
In a previous post, Doug wrote: > 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. > I had some difficulties too with using edit.py to splice an .mp3 into a .swf movie. This is with the latest release (0.70) on Windows. Following the advice of a previous post, I changed edit.py, line 140, to: fp =3D file(v, 'rb') That took care of my problem. I record my audio using Audacity, using the default settings, export from Audacity to MP3 using ID3v2, and it works very well. -- Stephen Schaub |