<div dir="ltr">On Wed, Aug 21, 2013 at 11:25 AM, Marius Schrecker <span dir="ltr">&lt;<a href="mailto:marius.schrecker@lyse.net" target="_blank">marius.schrecker@lyse.net</a>&gt;</span> wrote:<br><div class="gmail_extra"><div class="gmail_quote">
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi again. I&#39;m using MythCenter-wide:<br>As far as I can see the only change I&#39;ve made is to up the fill color alpha from 24 to 48, but I did have a very high zoom set in the runtime settings zoom menu. I have set it back first to 100% and then to 120% without seeing any stuttering, so it seems that the higher the zoom, the more cpu the subs will consume.<br>
</blockquote><div>[snip] </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">        &lt;shape name=&quot;text&quot; from=&quot;grey_background&quot;&gt;<br>        &lt;/shape&gt;<br>
        &lt;fontdef name=&quot;text&quot; face=&quot;Liberation Sans&quot; from=&quot;provider&quot;&gt;<br>            &lt;color&gt;#FFFFF0&lt;/color&gt;<br>            &lt;outlinecolor&gt;#000000&lt;/outlinecolor&gt;<br>
            &lt;outlinesize&gt;2&lt;/outlinesize&gt;<br>            &lt;outlinealpha&gt;255&lt;/outlinealpha&gt;<br>        &lt;/fontdef&gt;<br></blockquote><div><br></div><div>It does take longer to render larger subtitles, hence the difference you see with subtitle zoom.  It also gets a lot worse when you use outlinesize.  The way things are implemented in MythUI, if your outlinesize is N, the outline is created by drawing 8N separate copies of the text.  (This is the number of pixels in the perimeter of a square with edge length 2N+1.)  It may not be quite this bad, though, if the MythUI image cache is getting involved.  If I had thought about this earlier, I would have advised caution with using outlinesize.</div>
<div><br></div><div>FWIW, for post-0.27 I&#39;m looking into ways of spreading the subtitle work across multiple video frames to lessen the possibility of stuttering.</div><div><br></div><div>Jim</div></div></div></div>