Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #59388
| Date | 2013-11-13 16:56 -0900 |
|---|---|
| From | Tim Johnson <tim@akwebsoft.com> |
| Subject | ogg2mp3 utility? |
| Organization | AkWebsoft |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.2576.1384394491.18130.python-list@python.org> (permalink) |
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 comp.lang.python | Previous | Next | Find similar | Unroll thread
ogg2mp3 utility? Tim Johnson <tim@akwebsoft.com> - 2013-11-13 16:56 -0900
csiph-web