VLC2.0.5 does not seem to allow logo file overlays to be controlled from the telnet interface.
No logo-file errors are reported (status returned is 0) but I am unable to control either the logo file to be used or the opacity
when using the telnet code:
@logo logo-file C:\Users\Howard\AppData\Local\Temp\ovly0.png
or
@logo logo-opacity 128
VLC 1.1.11 works for opacity changes but not logo-file changes
When I try this using the menus built into VLC, things "seem" to work however things are definitely funny.
After starting VLC and going to the video effects overlay menu, I can select a logo file. Everything works until I UNcheck the logo file
option and then recheck it. Nothing happens until I change transparency settings which then brings up the overlay originally
specified on the command line even though the logo filename in the window still shows the one I selected from the menu.
I suspect this is a menuing bug....
After trying the above menu procedure, VLC THEN responds to the @logo logo-opacity commands from telnet.
I use the following startup args:
vlcargs (in single quotes):
'--extraintf=luacli', '--rc-quiet', '--rc-host=127.0.0.1:4400', '--video-filter=motionblur:adjust', '--sub-filter logo:marq', '--logo-opacity=0',
'--logo-file C:\Users\Howard\AppData\Local\Temp\ovly0.png', '--width=1440', '--height=900', '--fullscreen', '--marq-marquee="DVD is NOT playing actual movie"',
'--marq-x=-1', '--marq-y=-1', '--marq-refresh=500', '--marq-position=4', '--marq-opacity=0', 'dvd:///F:\'
vlcpath : C:\Program Files\VideoLAN\VLC205