convert a frame to uyvy

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

convert a frame to uyvy

Mailing List SVR
Hi,

I can extract video frame from a playbin pipeline using the "frame" property
(http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gst-plugins-base-
plugins/html/gst-plugins-base-plugins-playbin.html#GstPlayBin--frame),

I want to convert the extracted frame to uyvy, can you suggest a simple
pipeline to do this job?

thanks
Nicola

------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: convert a frame to uyvy

Stefan Sauer
Mailing List SVR wrote:
> Hi,
>
> I can extract video frame from a playbin pipeline using the "frame" property
> (http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gst-plugins-base-
> plugins/html/gst-plugins-base-plugins-playbin.html#GstPlayBin--frame),
>
> I want to convert the extracted frame to uyvy, can you suggest a simple
> pipeline to do this job?
>  

You can use the "convert-frame" action signal on Playbin2. It takes
target caps as an argument and converts.

Stefan

> thanks
> Nicola
>
> ------------------------------------------------------------------------------
> Download Intel® Parallel Studio Eval
> Try the new software tools for yourself. Speed compiling, find bugs
> proactively, and fine-tune applications for parallel performance.
> See why Intel Parallel Studio got high marks during beta.
> http://p.sf.net/sfu/intel-sw-dev
> _______________________________________________
> gstreamer-devel mailing list
> [hidden email]
> https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
>  


------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel