Install lame encoder, ffmpeg and mplayer.
This is the script i use for the conversions. It works for any input
format including videos:-
/usr/bin/anytomp3.sh
mplayer -ao pcm "$1" -ao pcm:file=temp.wav
OUTNAME="${1%%.mp4}.mp3"
lame -b 128 temp.wav "$OUTNAME"
rm temp.wav
Gajendra
--
Do you have another question? Click here -
http://groups.google.com/group/iitdlug/post
Read archive - http://www.mail-archive.com/[email protected]/
l...@iitd community mailing list -- http://groups.google.com/group/iitdlug