Possible to display multiple marquees or logos?

This forum is about all development around libVLC.
djshultz
New Cone
New Cone
Posts: 3
Joined: 08 Sep 2010 01:26

Possible to display multiple marquees or logos?

Postby djshultz » 08 Sep 2010 18:55

Is it possible to display multiple marquees or logos at the same time?

erwan10
Developer
Developer
Posts: 415
Joined: 02 Nov 2008 23:16

Re: Possible to display multiple marquees or logos?

Postby erwan10 » 10 Sep 2010 16:56

If it were to be done with the basic vlc program, the answer is yes

something along this line works very fine:

vlc --sub-filter "marq{marquee=Text1,x=10,y=10}:marq{marquee=Text2,x=500,y=500}:marq{marquee=Text3,position=10}"

In other words, you can chain as many filters as you like (separated by the colon character), and tune them independently by expressing their specific parameters within the curly brackets. Of course, it also works fine with different filters (mixing marquees, logos, .... )

As for libvlc, I don't know, but likelihood is that it should also work.

djshultz
New Cone
New Cone
Posts: 3
Joined: 08 Sep 2010 01:26

Re: Possible to display multiple marquees or logos?

Postby djshultz » 12 Sep 2010 09:25

Thanks for the answer, I' m actually coding against the dll files using .net I've figured a number of things out which it seems like I should share given the insane lack of info/docs for using .net for this. I actually went the directx route since I'm trying to do nice pretty ui responses to things like volume change and showing where you are at when you hit pause, etc.


Return to “Development around libVLC”

Who is online

Users browsing this forum: No registered users and 6 guests