Nerd Documents
Chinese Linux
Wednesday, April 2nd, 2008This can’t be good for GNU/Linux’s Image.
Creating a Screenshot from Ffmpeg
Tuesday, February 19th, 2008Using 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