29. maaliskuuta 2012 0.03 Peter Tap <span dir="ltr"><<a href="mailto:ptrtap@yahoo.com" target="_blank">ptrtap@yahoo.com</a>></span> kirjoitti:<br><div class="gmail_quote"><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>Folks,</div><div><br></div><div>There is a bug in vlc and I am trying to narrow down and understand how to fix it.</div><div><br></div>

<div>When the following command is run, the marquee text is displayed as expected:</div><div><br></div><div>vlc --sub-source="marq" --video-title-show myfile.mp4</div><div><br></div><div>However, if video title is not shown, the marquee does not get displayed:</div>

<div><br></div><div>vlc --sub-source="marq" --no-video-title-show myfile.mp4</div></div></div></blockquote><div><br></div><div>I can confirm this. --no-video-title-show makes marq text vanish.</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>Essentially, something gets triggered when the video title is shown.</div>
</div></div></blockquote><div><br></div><div>Only thing I found that uses video-title-show is ThreadDisplayOsdTitle function in src\video_output\video_output.c, and only part of code that uses ThreadDisplayOsdTitle is switch case in line 1521</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>I am wondering what could be going on. What would be a good place to 
examine this? I put beakpoints in freetypc.c. The font is indeed getting created. I don't understand why the text is not getting displayed.<br></div><div><br></div><div>To overcome this problem, I am currently running marq as sub-source as well as sub-filter:<br>

</div><div><br></div><div>vlc --sub-source="marq" --sub-filter="marq" --no-video-title-show myfile.mp4</div><div><br></div><div>Although the terminal output says that marq could  be loaded as a filter, at least the subtitle gets displayed even when video title is not getting shown.</div>

<div><br></div><div>Any help would be appreciated.</div><div><br></div><div>Regards,</div><div>Peter<br></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>