Hi!
Take mplayer and lame. I use it. Very commandline, easily scriptable.
mplayer -ao pcm:file=output.wav input.mp3
lame [all your options] output.wav output.mp3
Wit a bit of sed and awk you can have a nice script that even corrects
filenames. Because I usually put it in a for-loop like:
for F in *.mp4; do
mplayer -ao pcm:file="$F".wav "$F"
lame [options] "$F".wav "$F".mp3;
done
Hope that helps.
Kindest regards
Julien
--------
Music was my first love and it will be my last (John Miles)
======== FIND MY WEB-PROJECT AT: ========
http://ltsb.sourceforge.net
the Linux TextBased Studio guide
======= AND MY PERSONAL PAGES AT: =======
http://www.juliencoder.de
_______________________________________________
Linux-audio-user mailing list
Linux-audio-user@email-addr-hidden
http://lists.linuxaudio.org/mailman/listinfo/linux-audio-user
Received on Mon Apr 7 00:15:02 2008
This archive was generated by hypermail 2.1.8 : Mon Apr 07 2008 - 00:15:02 EEST