<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Thu, Jan 31, 2013 at 2:22 PM, Tim-Philipp Müller <span dir="ltr"><<a href="mailto:t.i.m@zen.co.uk" target="_blank">t.i.m@zen.co.uk</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div class="im">On Thu, 2013-01-31 at 14:06 -0500, Stirling Westrup wrote:<br>
> On Thu, Jan 31, 2013 at 12:56 PM, Tim-Philipp Müller <<a href="mailto:t.i.m@zen.co.uk">t.i.m@zen.co.uk</a>> wrote:<br>
> ><br>
> > Raw timed text is now text/x-raw,format=utf8 in 1.0<br>
> ><br>
> > However, it is assumed to be properly chunked (one line/paragraph per<br>
> > buffer) and timestamped. Just pipeline a text file into textrenderer<br>
> > will not work well, since it won't know how to chunk it or timestamp it.<br>
> ><br>
> Hmm. Okay. I can certainly transform my text into this format. In<br>
> fact, in some ways that would make my life easier as it gives better<br>
> control over how long any piece of text is shown. However, I'm not<br>
> sure I understand what the exact format of a timestamp and paragraph<br>
> is in this case. Can you give me an example?<br>
<br>
</div>If you're reading from a file, the easiest might be to format your file<br>
as SubRip/.srt like this: <a href="http://en.wikipedia.org/wiki/SubRip" target="_blank">http://en.wikipedia.org/wiki/SubRip</a> and then<br>
do<br>
<br>
  filesrc ! subparse ! textrender ! ...<br>
<div class=""><div class="h5"><br clear="all"></div></div></blockquote></div><br></div><div class="gmail_extra">Just got around to actually trying this, and I still can't get it to work. I've made the world's simplest .srt file, namely:<br>
<br>1<br>00:00:00,000 --> 01:00:00,000<br>Lorem ipsum dolor sit amet, consectetur adipiscing elit.<br><br><br></div><div class="gmail_extra">But so far I've had no success at ever getting textrender to render anything. Its either buggy or severely deficient in documentation.<br>
<br>-- <br>Stirling Westrup<br>Programmer, Entrepreneur.<br><a href="https://www.linkedin.com/e/fpf/77228" target="_blank">https://www.linkedin.com/e/fpf/77228</a><br><a href="http://www.linkedin.com/in/swestrup" target="_blank">http://www.linkedin.com/in/swestrup</a><br>
<a href="http://technaut.livejournal.com" target="_blank">http://technaut.livejournal.com</a><br><a href="http://sourceforge.net/users/stirlingwestrup" target="_blank">http://sourceforge.net/users/stirlingwestrup</a>
</div></div>