[pyddr-discuss] pyDDR for OS X

theGREENzebra tgz at orotech.net
Fri Jun 6 06:17:35 EDT 2003


> mp32ogg seemed to work fine for me. However, it's easy enough to do by
> hand (if you have mpg123 and oggenc):
> 
> mpg123 -w <song>.wav <song>.mp3
> oggenc <song>.wav

I use a neat little script that accepts the filename (minus the .mp3) and a 
vorbis quality as arguments. Here it is, in all it's oneliner glory:

tgz at neo:~$ cat /usr/bin/tcogg
#!/bin/sh
mpg123 -w - "$1.mp3" | oggenc -q $2 -o "$1.ogg" -

-- 
*  tgz at orotech.net  *  http://clickass.org  *  ICQ# 1107012  *  AIM/Yahoo: 
theGREENzebra  *  http://mp3.com/thegreenzebra
-----GEEK CODE 3.12-----
GCM/CS/IT/MU d? s: a22 C++++ UL++++ P+ L+++>$ E---- W++ N+ o K- w---$ O- M 
V-- PS+ PE Y+ PGP- t++(+++) 5- X R tv(+) b+(-) DI+++ D+ G++ e h++ r+(---) y+ 
UF*++




More information about the pyddr-discuss mailing list