How to extract video frames from pipeline through gstreamer-1.0???

Tim Müller tim at centricular.com
Sun Jun 28 10:17:04 PDT 2015


On Sun, 2015-06-28 at 07:49 -0700, Faran wrote:

> I've written the following code to extract video frames but now am stuck.
> Could anyone please help???

Here's an example that extracts a snapshot in form of RGB pixels:
http://cgit.freedesktop.org/gstreamer/gst-plugins-base/tree/tests/examples/snapshot/snapshot.c

(it then makes a GdkPixbuf from the RGB pixel data and uses the
GdkPixbuf API to save it as a PNG file).

Cheers
 -Tim

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



More information about the gstreamer-devel mailing list