One frame per minute. How?

Tim-Philipp Müller t.i.m at zen.co.uk
Mon Sep 16 14:34:50 PDT 2013


On Mon, 2013-09-16 at 18:18 +0300, Serhiy Stetskovych wrote:

Hi,

> I want to implement creating of thumbnails from video every minute,
> but videorate element doesn't support fps less than 1.Is it possible
> to do that in gstreamer and how? 

gst-launch-1.0 videotestsrc ! video/x-raw,framerate=25/1 ! videorate !
video/x-raw,framerate=1/5 ! ximagesink

works fine for me?

Cheers
 -Tim




More information about the gstreamer-devel mailing list