Convert Movie File to wav and mp3 File Using MPlayer and lame
Posted on In Linux(1) convert .avi, .wmv etc. to .wav:
mplayer -ao pcm:file=%7%out.wav MOVIE_FILES
(2) then it is easy to convert .wav file to .mp3 file:
lame -h out.wav out.mp3
Tutorials and news on Linux, systems, programming and more.
(1) convert .avi, .wmv etc. to .wav:
mplayer -ao pcm:file=%7%out.wav MOVIE_FILES
(2) then it is easy to convert .wav file to .mp3 file:
lame -h out.wav out.mp3