On Saturday 31 July 2004 10:38 am, Marco Verheul wrote:

>
> Thanks, it was my window manager that got stuck. Gave it a try again and
> it worked like a charm! K3b moved way up in the burning business...
> I guess by the time I figured out xcdroast I got stuck to it. Still like
> it though, but K3b offers a better ease of use.
>
> Marco

If you're into doing things on the CL, heres a script that someone posted a 
long time ago on the list.  I've had no problems with it and have done a 
'few' conversions.


#!/bin/bash
# mp32wav

mp3file="$*"
mkdir wav


for file in "$@"  ; do
        #echo "$file"
        wavfile=`echo "$file" | sed s/\\.mp3/.wav/`
        printf "%-50s %-50s\n" "$file" "--> $wavfile"

        # to encode wav-->mp3
        #lame -h "$file" "$mp3file"

        # to encode mp3-->wav
        mpg123 -b 10000 -s "$file" | sox -t raw -r 44100 -s -w -c2 - 
"wav/$wavfile"
done

-- 
Chris
Registered Linux User 283774 http://counter.li.org
4:16pm up 4 days, 18:26, 2 users, load average: 0.63, 0.59, 0.44
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Nobody's gonna believe that computers are intelligent until they start
coming in late and lying about it.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Live - From Virgin Radio UK Virgin Radio Classic Tracks - The original 
classic rock station


____________________________________________________
Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com
____________________________________________________

Reply via email to