Return to Snippet

Revision: 11775
at February 18, 2009 05:29 by smoover


Initial Code
ffmpeg -v 0 -y -i $VIDEOFILE -vframes 1 -ss 4 -vcodec mjpeg -f rawvideo -s 86x60 -aspect 4:3 $THUMBNAILFILE

Initial URL


Initial Description
-s 86x60 Defines the dimension of the thumbnail
-ss 4 Generate a thumbnail from position 00:00:04 (4 seconds)

Initial Title
Generate thumbnail from video

Initial Tags
image, video

Initial Language
Bash