Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #59388
| Path | csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!feeds.phibee-telecom.net!newsfeed.xs4all.nl!newsfeed1.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <tim@akwebsoft.com> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.039 |
| X-Spam-Evidence | '*H*': 0.92; '*S*': 0.00; 'app,': 0.09; 'python': 0.11; '"keep': 0.16; 'forty': 0.16; 'madison.': 0.16; 'on"': 0.16; 'url:)': 0.16; 'written': 0.21; 'header:User-Agent:1': 0.23; "i've": 0.25; 'tim': 0.29; 'perl': 0.31; 'anyone': 0.31; 'file': 0.32; 'run': 0.32; 'could': 0.34; 'convert': 0.35; 'but': 0.35; 'there': 0.35; 'charset:us-ascii': 0.36; 'thanks': 0.36; 'subject:?': 0.36; 'application': 0.37; 'audio': 0.38; 'to:addr :python-list': 0.38; 'files': 0.38; 'does': 0.39; 'to:addr:python.org': 0.39; 'content-disposition:inline': 0.62; 'great': 0.65 |
| Date | Wed, 13 Nov 2013 16:56:20 -0900 |
| From | Tim Johnson <tim@akwebsoft.com> |
| To | Python ML <python-list@python.org> |
| Subject | ogg2mp3 utility? |
| Mail-Followup-To | Python ML <python-list@python.org> |
| Mime-Version | 1.0 |
| Content-Type | text/plain; charset=us-ascii |
| Content-Disposition | inline |
| User-Agent | Mutt/1.4.2.3i |
| Organization | AkWebsoft |
| X-BeenThere | python-list@python.org |
| X-Mailman-Version | 2.1.15 |
| Precedence | list |
| List-Id | General discussion list for the Python programming language <python-list.python.org> |
| List-Unsubscribe | <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-list/> |
| List-Post | <mailto:python-list@python.org> |
| List-Help | <mailto:python-list-request@python.org?subject=help> |
| List-Subscribe | <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.2576.1384394491.18130.python-list@python.org> (permalink) |
| Lines | 17 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1384394491 news.xs4all.nl 15873 [2001:888:2000:d::a6]:58588 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:59388 |
Show key headers only | View raw
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