Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #59388 > unrolled thread

ogg2mp3 utility?

Started byTim Johnson <tim@akwebsoft.com>
First post2013-11-13 16:56 -0900
Last post2013-11-13 16:56 -0900
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python


Contents

  ogg2mp3 utility? Tim Johnson <tim@akwebsoft.com> - 2013-11-13 16:56 -0900

#59388 — ogg2mp3 utility?

FromTim Johnson <tim@akwebsoft.com>
Date2013-11-13 16:56 -0900
Subjectogg2mp3 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

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web