Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #59388 > unrolled thread
| Started by | Tim Johnson <tim@akwebsoft.com> |
|---|---|
| First post | 2013-11-13 16:56 -0900 |
| Last post | 2013-11-13 16:56 -0900 |
| Articles | 1 — 1 participant |
Back to article view | Back to comp.lang.python
ogg2mp3 utility? Tim Johnson <tim@akwebsoft.com> - 2013-11-13 16:56 -0900
| From | Tim Johnson <tim@akwebsoft.com> |
|---|---|
| Date | 2013-11-13 16:56 -0900 |
| Subject | ogg2mp3 utility? |
| Message-ID | <mailman.2576.1384394491.18130.python-list@python.org> |
I've written an application that does some audio file conversions. I use mutagen for some of the mp3 file manipulation, but to convert ogg files to mp3 format I've been using subprocess to run the ogg2mp3 perl utility. (available from http://marginalhacks.com/) by David Madison. It's a "spot on" great app, but I would like to be able to "keep it all one codebase". Are there any python utility that anyone could recommend? thanks -- Tim tim at tee jay forty nine dot com or akwebsoft dot com http://www.akwebsoft.com, http://www.tj49.com
Back to top | Article view | comp.lang.python
csiph-web