Page 1 of 1

Whether VLC can display video and message at the sam time

Posted: 20 Oct 2008 03:50
by hailang525
Hi everyone.

I am using VLC API programming in C#, I just wondering whehter VLC can display video and message at the same time. For example, when it is playing a video, and meanwhile I type some message such as "hello,welcome" , whether it can display " hello, welcome" under the screen ? Does anybody know the tech.?

Thank you for your help

Re: Whether VLC can display video and message at the sam time

Posted: 20 Oct 2008 09:47
by Jean-Baptiste Kempf
Use marqee filter.

Re: Whether VLC can display video and message at the sam time

Posted: 22 Oct 2008 20:51
by hailang525
Can you explain more about how to usemarqee filter in C# program? Thank you so much. You know what I need right?

Re: Whether VLC can display video and message at the sam time

Posted: 23 Oct 2008 17:40
by VLC_help
When you start it, pass proper filter options to libvlc.
http://wiki.videolan.org/VLC_command-line_help (find Marquee display)