On Thu, 14 Jun 2007 15:46:58 -0600, Frank Cox wrote: > Is it possible to capture audio (from youtube videos) and make it into > an MP3 (or ogg, or whatever)? > Yes, of course it's possible. First you download the video. Do a google search on "download youtube video". Once you have the clip on your disk, you extract the audio track using mplayer/mencoder or transcode. I imagine vlc should be able to do that too. E.g. mplayer -ao pcm:file=myFile.wav clip.avi will extract the raw audio from clip.avi to a myFile.wav. Search the appropriate groups for alternatives. Use then bladeenc or lame to convert the wav file to mp3, etc.