>>> 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
>
> Thank you, but it doesn't work for me. And moreover, the new file gets the
> extension .wma.mp3.
>>>
The script ensures it to be .wma.mp3 if you want it to be .mp3 instead
in the 3rd line make it as %%.wma
you say it doesn't work for you. Don't remove temp.wav and tell us if
you're able to play it. Above configuration should work for all.hope
the wma files are playing too to begin with.
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
