This command generates a jpg thumbnail from an flv movie.
Take a flash movie and grab a thumbnail out of it.
FLV to image. FLV to thumbnail.
Date Created:Thursday August 14th, 2008 10:50 PM
Date Modified:Thursday August 14th, 2008 11:06 PM
ffmpeg -i swave_breakdown.flv -vcodec mjpeg -vframes 1 -an -f rawvideo -s 76x76 -ss 00:00:01 swave_breakdown-t.jpg
