<br><br><div class="gmail_quote">22. maaliskuuta 2012 8.17 Peter Tap <span dir="ltr"><<a href="mailto:ptrtap@yahoo.com">ptrtap@yahoo.com</a>></span> kirjoitti:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div><div style="font-size:12pt;font-family:times new roman,new york,times,serif"><div><span>Ok. I think I found the problem. <br></span></div><div><br><span></span></div><div><span>When marquee text has to be displayed, the text renderer in VLC picks up whatever font that was previously used. So, if you "show media title on video start" checked, the media file name gets displayed first. Next, the marquee filter uses the same font to display the marquee text. <br>
</span></div><div><br></div><div>Alternatively, you can run the following command and see that the marquee text is working:<br></div><div><br><span></span></div><div><span>vlc --sub-filter=marq --video-title-show mymedia1.mp4</span></div>
<div><span><br></span></div><div>If you uncheck "show media title on video start," or run the following command, you will see that marquee text NEVER gets displayed:</div><div><br><span></span></div><div><span>vlc
 --sub-filter=marq --no-video-title-show mymedia1.mp4</span></div><div><br></div><div>Looks like there are two bugs in VLC:</div><div><br></div><div>1. VLC must not be dependent on video-title-show to display the marquee text.</div>
<div>2. Video-title-show picks up a different font based on the movie being played. This is a bit puzzling.</div></div></div></blockquote><div><br></div><div>You should be able to override the font via --freetype-font assuming that you use freetype font renderer.</div>
<div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div style="font-size:12pt;font-family:times new roman,new york,times,serif"><div><br></div><div>In my case, we cannot have video-title-show checked. I would appreciate it if anyone can suggest a workaround to get the marquee work.</div>
<div class="im"><div><br></div><div>Thank you in advance for your help.</div><div><br></div><div>Regards,</div><div>Peter<br><span></span></div><div><span><br></span></div>
<div><span><br>
  </span></div>
  </div><div style="font-family:times new roman,new york,times,serif;font-size:12pt"> <div style="font-family:times new roman,new york,times,serif;font-size:12pt"> <div dir="ltr"> <font face="Arial"> <hr size="1">  <b><span style="font-weight:bold">From:</span></b> Peter Tap <<a href="mailto:ptrtap@yahoo.com" target="_blank">ptrtap@yahoo.com</a>><br>
 <b><span style="font-weight:bold">To:</span></b> Mailing list for VLC media player developers <<a href="mailto:vlc-devel@videolan.org" target="_blank">vlc-devel@videolan.org</a>> <br> <b><span style="font-weight:bold">Sent:</span></b> Wednesday, March 21, 2012 6:05 PM<br>
 <b><span style="font-weight:bold">Subject:</span></b> [vlc-devel] text_style_t and font style<br> </font> </div><div><div class="h5"> <br>
<div><div><div style="font-size:12pt;font-family:times new roman,new york,times,serif"><div>Folks,</div><div><br></div><div>The constructor for text_style_t initializes the font name to NULL. I am wondering how VLC determines the actual font to use. I see that the marquee filter is picking up two different fonts for two different movies. In the code, psz_fontname field of the text style remains NULL.<br>
</div><div><br></div><div>Thank you in advance for your help.</div><div><br></div><div>Regards,<br></div><div>Peter</div></div></div></div><br></div></div>_______________________________________________<br>vlc-devel mailing list<br>
To unsubscribe or modify your subscription options:<br><a href="http://mailman.videolan.org/listinfo/vlc-devel" target="_blank">http://mailman.videolan.org/listinfo/vlc-devel</a><br><br><br> </div> </div>  </div></div><br>
_______________________________________________<br>
vlc-devel mailing list<br>
To unsubscribe or modify your subscription options:<br>
<a href="http://mailman.videolan.org/listinfo/vlc-devel" target="_blank">http://mailman.videolan.org/listinfo/vlc-devel</a><br>
<br></blockquote></div><br>