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
>>
>
Thank you, but it doesn't work for me. And moreover, the new file gets the
extension .wma.mp3.

>
>>

-- 
Varsha Jaikumar
Computer Science & Engineering (3rd Year)
National Institute of Technology
Durgapur
Blog: http://varshamyspace.blogspot.com/

-- 
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

Reply via email to