View Single Post
laasonen's Avatar
Posts: 565 | Thanked: 618 times | Joined on Jun 2010 @ Finland
#8
Originally Posted by divan View Post
Code:
apt-get install mplayer lame
mplayer file.flv -ao pcm -vo null
lame audiodump.wav file.mp3
First command will generate audiodump.wav WAV PCM file (you can change it's name, see mplayer man), second is LAME mp3 encoder - convert it to mp3.
What is the point of converting it twice? Takes 2x longer and result is worse.

Last edited by laasonen; 2010-11-27 at 16:19.