Reading a video's frames with maximum speed

Tim Müller tim at centricular.com
Fri Apr 24 09:08:33 PDT 2015


On Fri, 2015-04-24 at 16:38 +0100, Hamdi Rakkez wrote:

Hi,

> Is it possible to read a video with Gstreamer frame after frame
> without respecting any frame rate.
> 
> I'll explain more, this is a pipeline : ps:video.y4m contains 300
> frames
> 
> 
> gst-launch-1.0 filesrc location=video.y4m ! decodebin ! unsharp !
> ximagesink
> 
> So what I need from Gstreamer is to read this video and to apply the
> element unsharp to the 300 frames one after another without stopping.

Just use 

  .. ! ximagesink sync=false 

if you still want to render the frames, or use

  ... ! fakesink

if you don't want to render them.

Cheers
 -Tim


-- 
Tim Müller, Centricular Ltd - http://www.centricular.com



More information about the gstreamer-devel mailing list