First of all you need to grab the video from youtube. Make sure you save it with .FLV extension. Now you are ready to go.
- Convert this flash video to mpeg format.
ffmpeg -i video.flv -ab 56 -ar 22050 -b 500 -s 320x240 test.mpg (check out google for more options) - Extract Audio from this MPEG video
ffmpeg -i test.mpg -vn test.wav
Convert this WAV(PCM audio) to MP3 format
toolame test.wav test.mp3
No comments :
Post a Comment