Playing with logos in realtime

*nix specific usage questions
ayperos
New Cone
New Cone
Posts: 1
Joined: 10 Aug 2008 20:54

Playing with logos in realtime

Postby ayperos » 10 Aug 2008 21:06

Hi,

I'd like to manage logos on video in a realtime basis.

I succed almost. First I'm launching the commande below

Code: Select all

vlc -I rc --sub-filter logo --logo-file mylogo.png myvideo.mpg
And I can hide the logo by entering the command

Code: Select all

logo-file nonexistinglogo.png
And I can display again the logo with this command.

Code: Select all

logo-file mylogo.png
Now I'm looking for a way to do it programmatically with perl, Bash or other languages.

Anyone have an idea ?

Thanks

anthony
New Cone
New Cone
Posts: 3
Joined: 09 Oct 2008 08:14

Re: Playing with logos in realtime

Postby anthony » 09 Oct 2008 08:24

Bro,
Do you know how to do in Windows.

thanks,
Anthony

Erwan100
Blank Cone
Blank Cone
Posts: 14
Joined: 05 Sep 2008 20:04

Re: Playing with logos in realtime

Postby Erwan100 » 10 Oct 2008 21:00

Hi,

you can use a TCP/IP socket in lieu of the standard rc interface by typing :

=> vlc -I rc --rc-host localhost:9999 --sub-filter logo .....

You can connect to vlc by issuing the following command and typing the rc commands.
=> nc localhost 9999

This nc command can very easily be inserted into a bash shell as in the following example
#!/bin/bash

nc localhost 9999 <<EOF
@my_marq marq-marquee $1
logout
EOF


Return to “VLC media player for Linux and friends Troubleshooting”

Who is online

Users browsing this forum: No registered users and 3 guests