OneLiner: Extract audio from YouTube.com video. (FLV)
Downloaded a youtube.com video but only want the audio? First install ffmpeg for your system.
ffmpeg -title “my_title” -i filename.flv -acodec mp3 -ac 2 -ab 128 -vn -y filename.mp3
Previous Articles
Welcome to Want some reference?
This page is all about reference for things that where useful to me and can be useful to somebody else.


