Nerd Documents

Colonoscopy Demonstrating Moving Worm

Thursday, April 3rd, 2008

Chinese Linux

Wednesday, April 2nd, 2008

This can’t be good for GNU/Linux’s Image.

Creating a Screenshot from Ffmpeg

Tuesday, February 19th, 2008

Using ffmpeg, to create thumbnails for flash video files you can use the following command

ffmpeg -y -i videofile.flv -f image2 -ss 12 -vframes 1 -an screenshot.jpg

I use this command to create the stills for the videos I embed using the Flash Media Player

Enabling PHP tags in MediaWiki

Wednesday, January 30th, 2008