- wav > mp3
- Step 1: lame -b %b -S %s - - ogg > mp3
- Step 1: oggdec -Q %s -o -
- Step 2: lame -b %b - - - wma > mp3*
- Step 1: wma2mp3 %s %b - flac > mp3
- Step 1: flac -c -s -d %s
- Step 2: lame -b %b - - - m4a > mp3
- Step 1: faad -q -w -f 2 %s
- Step 2: lame -r -b %b - - - mpc > mp3**
- Step 1: mppdec --wav --silent %s -
- Step 2: lame -b %b - -
* Setting up wma>mp3 required creating the wma2mp3 script and loading the libavcodec-unstripped via synaptic.
Here are the contents of wma2mp3.sh (Thanks Ikyo):
- Code: Select all
#!/bin/bash
song=$1
bitrate=$2
ffmpeg -i "$song" -f mp3 -ab $bitrate - 2>/dev/null
** Had to manually load mppdec from http://www.musepack.net/index.php?pg=lin (used version 1.95z2)
Thanks Sindre for a great product! It works wonderfully and I appreciate your efforts!
FYI we are running Ubuntu 8.10 64-bit version, using Subsonic 3.6.