Extract one picture each 50 frames:
thumbnail=50
Complete example of a thumbnail creation with ffmpeg
:
ffmpeg -i in.avi -vf thumbnail,scale=300:200 -frames:v 1 out.png
thumbnail=50
Complete example of a thumbnail creation with ffmpeg
:
ffmpeg -i in.avi -vf thumbnail,scale=300:200 -frames:v 1 out.png