Originally Posted by Fugazi Dave
I love that skit, but HOLY HELL DO I ******** HATE YOUTUBE. Seriously. What good is a site for massively-linked video clips that you CAN'T EXTRACT ANYTHING FROM BECAUSE IT'S FLASH BASED?!?!?!?!
First, download the flv using a site like
KeepVid. You can use
MPlayer to view the flv directly. If you'd rather have it in a more conventional format, you can do something like
Code:
ffmpeg -i original.flv -ab 56 -ar 22050 -b 500 -s 320x240 output.avi