GStreamer for Android

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

GStreamer for Android

prerak_patel
I am working on android studio. I want to convert .mp4 data in to .yuv420 formate for processing.
How can i do that with the help of GStreamer ?
Reply | Threaded
Open this post in threaded view
|

Re: GStreamer for Android

Stefan Sauer
On 05/13/2016 02:57 AM, prerak_patel wrote:
> I am working on android studio. I want to convert .mp4 data in to .yuv420
> formate for processing.
> How can i do that with the help of GStreamer ?
You can use decodebin (or uridecodebin) to decode any supported input.
When decodebin emits "pad-added" you can add a videoconvert element and
a capsfilter when the new pad is the video data to ensure you get the
desired format.

STefan
>
>
> --
> View this message in context: http://gstreamer-devel.966125.n4.nabble.com/GStreamer-for-Android-tp4677525.html
> Sent from the GStreamer-devel mailing list archive at Nabble.com.
> _______________________________________________
> gstreamer-devel mailing list
> [hidden email]
> https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel

_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel