Playing with logos in realtime
Posted: 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
And I can hide the logo by entering the command
And I can display again the logo with this command.
Now I'm looking for a way to do it programmatically with perl, Bash or other languages.
Anyone have an idea ?
Thanks
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
Code: Select all
logo-file nonexistinglogo.png
Code: Select all
logo-file mylogo.png
Anyone have an idea ?
Thanks