Extraction meta information from video

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

Extraction meta information from video

AlannY-2
Hello.

I'm writing a simple program, which asks user about Video file. Then
shows user it's width, height and fps value.

How to implement it in GStreamer?

I think, I should create *filesrc* element, connect it to the
*decodebin* and *fakesink*. But how to extract meta-information? It
seems, I should re-read carefully *decodebin* documentation...

Is there any better approach?

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: Extraction meta information from video

Stefan Sauer
hi,

AlannY schrieb:
> Hello.
>
> I'm writing a simple program, which asks user about Video file. Then
> shows user it's width, height and fps value.
>  
|connect to "new-decoded-pad" signal and get those details from the caps
of the pad.

Stefan
|

> How to implement it in GStreamer?
>
> I think, I should create *filesrc* element, connect it to the
> *decodebin* and *fakesink*. But how to extract meta-information? It
> seems, I should re-read carefully *decodebin* documentation...
>
> Is there any better approach?
>
> -------------------------------------------------------------------------
> Check out the new SourceForge.net Marketplace.
> It's the best place to buy or sell services for
> just about anything Open Source.
> http://sourceforge.net/services/buy/index.php
> _______________________________________________
> gstreamer-devel mailing list
> [hidden email]
> https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
>  


-------------------------------------------------------------------------
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at http://www.sourceforge.net/community/cca08
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel