This post is a note for self. I always keep forgetting how to extract mp3 audio file from any video clip.
$ mencoder videofile.avi -of rawaudio -oac mp3lame -ovc copy -o audio-output.mp3
This is an awesome companion to the youtube video downloader -
youtube-dl.py