how to write the subtitile plugin for gstreamer?

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

how to write the subtitile plugin for gstreamer?

W W
Hi Guys

Does anyone know how to write the subtitle plugin for gsreamer?
Is there any example for this?
I know there is a GstSubParse struct.
Is it a struct for subtitle? 
how can I use this struct?

BR
Simon

_______________________________________________
gstreamer-devel mailing list
[hidden email]
http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: how to write the subtitile plugin for gstreamer?

Stefan Sauer
On 06/10/2011 07:37 PM, W W wrote:
Hi Guys

Does anyone know how to write the subtitle plugin for gsreamer?
Is there any example for this?
I know there is a GstSubParse struct.
Is it a struct for subtitle? 
how can I use this struct?

there are quite a few subtitle plugins available already, which format are you missing?

Stefan

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


_______________________________________________
gstreamer-devel mailing list
[hidden email]
http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
W W
Reply | Threaded
Open this post in threaded view
|

Re: how to write the subtitile plugin for gstreamer?

W W
Hi Stefan

Thanks for your letter.
I download the gst-plugins-base source code and find this plugin support ssa subtitle file.
But I'm not sure other subtitles in the gstreamer.
I need support IDX/SUB, SRT, ASS, SSA, SMI.
So Could you give me some suggestion?

Thanks again.

BR
Simon


2011/6/13 Stefan Kost <[hidden email]>
On 06/10/2011 07:37 PM, W W wrote:
Hi Guys

Does anyone know how to write the subtitle plugin for gsreamer?
Is there any example for this?
I know there is a GstSubParse struct.
Is it a struct for subtitle? 
how can I use this struct?

there are quite a few subtitle plugins available already, which format are you missing?

Stefan

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


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



_______________________________________________
gstreamer-devel mailing list
[hidden email]
http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: how to write the subtitile plugin for gstreamer?

Stefan Sauer
On 06/13/2011 04:18 AM, W W wrote:
Hi Stefan

Thanks for your letter.
I download the gst-plugins-base source code and find this plugin support ssa subtitle file.
But I'm not sure other subtitles in the gstreamer.
I need support IDX/SUB, SRT, ASS, SSA, SMI.
So Could you give me some suggestion?

Well check the other modules too. Base has subparse, ssaparse. bad has assrender.

Stefan

Thanks again.

BR
Simon


2011/6/13 Stefan Kost <[hidden email]>
On 06/10/2011 07:37 PM, W W wrote:
Hi Guys

Does anyone know how to write the subtitle plugin for gsreamer?
Is there any example for this?
I know there is a GstSubParse struct.
Is it a struct for subtitle? 
how can I use this struct?

there are quite a few subtitle plugins available already, which format are you missing?

Stefan

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


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


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


_______________________________________________
gstreamer-devel mailing list
[hidden email]
http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
W W
Reply | Threaded
Open this post in threaded view
|

Re: how to write the subtitile plugin for gstreamer?

W W
Hi Stefan

So how about the srt and smi?
Is there any plugin which support these subtitles?
If you have any suggestion,Please tell me.
If there is no plugin,I need to write the plugin by myself?

Thanks very much

BR
Simon

2011/6/13 Stefan Kost <[hidden email]>
On 06/13/2011 04:18 AM, W W wrote:
Hi Stefan

Thanks for your letter.
I download the gst-plugins-base source code and find this plugin support ssa subtitle file.
But I'm not sure other subtitles in the gstreamer.
I need support IDX/SUB, SRT, ASS, SSA, SMI.
So Could you give me some suggestion?

Well check the other modules too. Base has subparse, ssaparse. bad has assrender.

Stefan


Thanks again.

BR
Simon


2011/6/13 Stefan Kost <[hidden email]>
On 06/10/2011 07:37 PM, W W wrote:
Hi Guys

Does anyone know how to write the subtitle plugin for gsreamer?
Is there any example for this?
I know there is a GstSubParse struct.
Is it a struct for subtitle? 
how can I use this struct?

there are quite a few subtitle plugins available already, which format are you missing?

Stefan

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


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


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


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



_______________________________________________
gstreamer-devel mailing list
[hidden email]
http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
W W
Reply | Threaded
Open this post in threaded view
|

Re: how to write the subtitile plugin for gstreamer?

W W
Hi Stefan
I find there is a plugin_init function in the gstsubparse.c file which is in the gst-plugins-base.

  static const gchar *sub_exts[] =
      { "srt", "sub", "mpsub", "mdvd", "smi", "txt", "dks", NULL };

So It support the smi and srt ?

Thanks very much

BR
Simon



2011/6/13 W W <[hidden email]>
Hi Stefan

So how about the srt and smi?
Is there any plugin which support these subtitles?
If you have any suggestion,Please tell me.
If there is no plugin,I need to write the plugin by myself?

Thanks very much

BR
Simon

2011/6/13 Stefan Kost <[hidden email]>
On 06/13/2011 04:18 AM, W W wrote:
Hi Stefan

Thanks for your letter.
I download the gst-plugins-base source code and find this plugin support ssa subtitle file.
But I'm not sure other subtitles in the gstreamer.
I need support IDX/SUB, SRT, ASS, SSA, SMI.
So Could you give me some suggestion?

Well check the other modules too. Base has subparse, ssaparse. bad has assrender.

Stefan


Thanks again.

BR
Simon


2011/6/13 Stefan Kost <[hidden email]>
On 06/10/2011 07:37 PM, W W wrote:
Hi Guys

Does anyone know how to write the subtitle plugin for gsreamer?
Is there any example for this?
I know there is a GstSubParse struct.
Is it a struct for subtitle? 
how can I use this struct?

there are quite a few subtitle plugins available already, which format are you missing?

Stefan

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


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


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


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




_______________________________________________
gstreamer-devel mailing list
[hidden email]
http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: how to write the subtitile plugin for gstreamer?

Stefan Sauer
In reply to this post by W W
On 06/13/2011 12:53 PM, W W wrote:
Hi Stefan

So how about the srt and smi?
Is there any plugin which support these subtitles?
If you have any suggestion,Please tell me.
Maybe I don't know myself. Why don't you just try each of them? If one of them does not work, you might need to write an element for that format.

Stefan

If there is no plugin,I need to write the plugin by myself?

Thanks very much

BR
Simon

2011/6/13 Stefan Kost <[hidden email]>
On 06/13/2011 04:18 AM, W W wrote:
Hi Stefan

Thanks for your letter.
I download the gst-plugins-base source code and find this plugin support ssa subtitle file.
But I'm not sure other subtitles in the gstreamer.
I need support IDX/SUB, SRT, ASS, SSA, SMI.
So Could you give me some suggestion?

Well check the other modules too. Base has subparse, ssaparse. bad has assrender.

Stefan


Thanks again.

BR
Simon


2011/6/13 Stefan Kost <[hidden email]>
On 06/10/2011 07:37 PM, W W wrote:
Hi Guys

Does anyone know how to write the subtitle plugin for gsreamer?
Is there any example for this?
I know there is a GstSubParse struct.
Is it a struct for subtitle? 
how can I use this struct?

there are quite a few subtitle plugins available already, which format are you missing?

Stefan

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


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


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


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


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


_______________________________________________
gstreamer-devel mailing list
[hidden email]
http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
W W
Reply | Threaded
Open this post in threaded view
|

Re: how to write the subtitile plugin for gstreamer?

W W
Sorry for my poor knowledge in the GStreamer.
Thanks very much for your suggestion.


BR
Simon

2011/6/14 Stefan Kost <[hidden email]>
On 06/13/2011 12:53 PM, W W wrote:
Hi Stefan

So how about the srt and smi?
Is there any plugin which support these subtitles?
If you have any suggestion,Please tell me.
Maybe I don't know myself. Why don't you just try each of them? If one of them does not work, you might need to write an element for that format.

Stefan


If there is no plugin,I need to write the plugin by myself?

Thanks very much

BR
Simon

2011/6/13 Stefan Kost <[hidden email]>
On 06/13/2011 04:18 AM, W W wrote:
Hi Stefan

Thanks for your letter.
I download the gst-plugins-base source code and find this plugin support ssa subtitle file.
But I'm not sure other subtitles in the gstreamer.
I need support IDX/SUB, SRT, ASS, SSA, SMI.
So Could you give me some suggestion?

Well check the other modules too. Base has subparse, ssaparse. bad has assrender.

Stefan


Thanks again.

BR
Simon


2011/6/13 Stefan Kost <[hidden email]>
On 06/10/2011 07:37 PM, W W wrote:
Hi Guys

Does anyone know how to write the subtitle plugin for gsreamer?
Is there any example for this?
I know there is a GstSubParse struct.
Is it a struct for subtitle? 
how can I use this struct?

there are quite a few subtitle plugins available already, which format are you missing?

Stefan

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


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


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


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


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


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



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