Thanks for your response, the idea behind this is for subtitles. <br>I'll give a try, I am very clueles as new on this, so I couldn't get the scope of these plugins.<br><br>I'll write back with some result.<br>
<br>Regards<br><br>Rossana<br><br><br><br><div class="gmail_quote">2011/11/21 Thibault Saunier <span dir="ltr"><<a href="mailto:thibault.saunier@collabora.com">thibault.saunier@collabora.com</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Hello,<br>
<br>
Have you tried using the Gstreamer Editing Services to do that?<br>
Transitions and text overlay are supported already:<br>
<br>
*<a href="http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer-editing-services/html/GESTimelineTextOverlay.html" target="_blank">http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer-editing-services/html/GESTimelineTextOverlay.html</a><br>
*<a href="http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer-editing-services/html/GESTimelineStandardTransition.html" target="_blank">http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer-editing-services/html/GESTimelineStandardTransition.html</a><br>
<br>
I know it is not really the answer to your technical question but GES<br>
seems to be best suited for this particular problem. Also as GES is<br>
built upon gnonlin, you could have a look at the code to see how we<br>
handle that.<br>
<br>
Regards,<br>
<br>
Thibault Saunier<br>
<div><div class="h5"><br>
On Mon, 2011-11-21 at 18:03 -0200, Rossana Guerra wrote:<br>
> Hello, I have a Gnlcomposition with 2 gnlfilesources (videofiles), I<br>
> need to render text in a customizable manner. For instance, at certain<br>
> time file1 needs text over it and file2 doesn't and viceversa or even<br>
> both could need the text rendered over them.<br>
> I could put a text in the common queue, so it always appears and it<br>
> isn't the needed behavior.<br>
><br>
> I appreciate any clue, thanks<br>
><br>
> Rossana<br>
><br>
><br>
> The pipeline<br>
><br>
><br>
> GnlComposition<br>
><br>
> gnlfilesource1<br>
><br>
> --------------------gnlOperarion--------queue-----sink // I put<br>
> the textoverlay between the queue and the sink<br>
> gnlfilesource2<br>
><br>
><br>
> gnlOperation //for crossfade purposes<br>
><br>
> alpha1<br>
> ----------videomixer--------ffmpegcolor<br>
> alpha2<br>
><br>
><br>
><br>
</div></div>> _______________________________________________<br>
> gstreamer-devel mailing list<br>
> <a href="mailto:gstreamer-devel@lists.freedesktop.org">gstreamer-devel@lists.freedesktop.org</a><br>
> <a href="http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" target="_blank">http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a><br>
<br>
<br>
_______________________________________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.freedesktop.org">gstreamer-devel@lists.freedesktop.org</a><br>
<a href="http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" target="_blank">http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a><br>
</blockquote></div><br>