Creating a Screenshot from Ffmpeg

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