Thanks for your response, the idea behind this is for subtitles. <br>I&#39;ll give a try, I am very clueles as new on this, so I couldn&#39;t get the scope of these plugins.<br><br>I&#39;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">&lt;<a href="mailto:thibault.saunier@collabora.com">thibault.saunier@collabora.com</a>&gt;</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>
&gt; Hello, I have a Gnlcomposition with 2 gnlfilesources (videofiles), I<br>
&gt; need to render text in a customizable manner. For instance, at certain<br>
&gt; time file1 needs text over it and file2 doesn&#39;t and viceversa or even<br>
&gt; both could need the text rendered over them.<br>
&gt; I could put a text in the common queue, so it always appears and it<br>
&gt; isn&#39;t the needed behavior.<br>
&gt;<br>
&gt; I appreciate any clue, thanks<br>
&gt;<br>
&gt; Rossana<br>
&gt;<br>
&gt;<br>
&gt; The pipeline<br>
&gt;<br>
&gt;<br>
&gt; GnlComposition<br>
&gt;<br>
&gt;   gnlfilesource1<br>
&gt;<br>
&gt; --------------------gnlOperarion--------queue-----sink     // I put<br>
&gt; the textoverlay between the queue and the sink<br>
&gt;   gnlfilesource2<br>
&gt;<br>
&gt;<br>
&gt; gnlOperation   //for crossfade purposes<br>
&gt;<br>
&gt;      alpha1<br>
&gt;                ----------videomixer--------ffmpegcolor<br>
&gt;      alpha2<br>
&gt;<br>
&gt;<br>
&gt;<br>
</div></div>&gt; _______________________________________________<br>
&gt; gstreamer-devel mailing list<br>
&gt; <a href="mailto:gstreamer-devel@lists.freedesktop.org">gstreamer-devel@lists.freedesktop.org</a><br>
&gt; <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>