Hi Guys 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 |
On 06/10/2011 07:37 PM, W W wrote:
there are quite a few subtitle plugins available already, which format are you missing? Stefan
_______________________________________________ gstreamer-devel mailing list [hidden email] http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel |
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]>
_______________________________________________ gstreamer-devel mailing list [hidden email] http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel |
On 06/13/2011 04:18 AM, W W wrote:
Hi Stefan Well check the other modules too. Base has subparse, ssaparse. bad has assrender. Stefan
_______________________________________________ gstreamer-devel mailing list [hidden email] http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel |
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]>
_______________________________________________ gstreamer-devel mailing list [hidden email] http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel |
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 _______________________________________________ gstreamer-devel mailing list [hidden email] http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel |
In reply to this post by W W
On 06/13/2011 12:53 PM, W W wrote:
Hi StefanMaybe 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
_______________________________________________ gstreamer-devel mailing list [hidden email] http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel |
Sorry for my poor knowledge in the GStreamer.
Thanks very much for your suggestion. BR Simon
2011/6/14 Stefan Kost <[hidden email]>
_______________________________________________ gstreamer-devel mailing list [hidden email] http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel |
Free forum by Nabble | Edit this page |