|
2010-11-27
, 13:11
|
|
Posts: 194 |
Thanked: 266 times |
Joined on May 2010
|
#2
|
|
2010-11-27
, 13:12
|
|
Posts: 194 |
Thanked: 266 times |
Joined on May 2010
|
#3
|
|
2010-11-27
, 13:44
|
|
Posts: 565 |
Thanked: 618 times |
Joined on Jun 2010
@ Finland
|
#4
|
ffmpeg -i input.mp4 -acodec copy -vn output.m4a
ffmpeg -i input.mp4 -acodec libmp3lame -vn output.mp3
The Following 4 Users Say Thank You to laasonen For This Useful Post: | ||
|
2010-11-27
, 15:08
|
Posts: 85 |
Thanked: 36 times |
Joined on Jun 2010
@ Berlin/Germany
|
#5
|
The Following User Says Thank You to bitrocky For This Useful Post: | ||
|
2010-11-27
, 15:35
|
Posts: 1,096 |
Thanked: 760 times |
Joined on Dec 2008
|
#6
|
The Following User Says Thank You to quipper8 For This Useful Post: | ||
|
2010-11-27
, 15:38
|
Posts: 100 |
Thanked: 543 times |
Joined on Jun 2010
@ Kiev, Ukraine
|
#7
|
apt-get install mplayer lame mplayer file.flv -ao pcm -vo null lame audiodump.wav file.mp3
|
2010-11-27
, 16:16
|
|
Posts: 565 |
Thanked: 618 times |
Joined on Jun 2010
@ Finland
|
#8
|
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.Code:apt-get install mplayer lame mplayer file.flv -ao pcm -vo null lame audiodump.wav file.mp3
|
2010-11-27
, 17:27
|
|
Moderator |
Posts: 3,718 |
Thanked: 7,420 times |
Joined on Dec 2009
@ Bize Her Yer Trabzon
|
#10
|
Yes, with ffmpeg.
I recommend to just get the aac-soundtrack without encoding it to mp3, because this is a lot faster and it doesn't reduce the sound quality:
But, if you must convert it to mp3 for some reason:Code:ffmpeg -i input.mp4 -acodec copy -vn output.m4a
Code:ffmpeg -i input.mp4 -acodec libmp3lame -vn output.mp3
Tags |
convert, converting, youtube |
Thread Tools | |
|
www.HtheB.com
Please donate if you think I'm doing a good job.