I want to generate some thumbnails for a video library. Currently I'm using: -frames:v 1 -filter:v "select=gt(scene\,0.5)" thumb.png Which almost works. The problem is that I'd like the thumbnail to be taken 2 seconds after the scene change have been detected. Is there a way to achieve that?