Page 1 of 1

Toggle Logo using a lua script

Posted: 01 Jul 2023 13:45
by StevedeP
Hi,

Is het possible to toggle the logo (video overlay) using a lua script?

Copilot suggest below, but this is not working?

function click_HIDE_WATERMARK()
-- Display message box
vlc.msg.info("Watermark hidden!")

-- Turn off the logo
local vlc = require("vlc")
vlc.var.set(nil, "no-one-instance", true)
end


Kind regards,


Steve.