Search found 7 matches

Go to advanced search

by infotermoo
01 May 2013 13:37
Forum: General VLC media player Troubleshooting
Topic: Lua for effects
Replies: 7
Views: 706

Re: Lua for effects

I am still stuck with this problem.

How to force VLC to reload the effects.. ?
by infotermoo
01 May 2013 13:35
Forum: Scripting VLC in lua
Topic: lua for "add text"
Replies: 1
Views: 785

Re: lua for "add text"

Okay, I found this one.

You can use vlc.osd.message function for it and don't have to use the filters at all.

Add to lua/intf/modules/httprequests.lua

elseif command == "text_overlay" then
vlc.osd.message(val,channel1,"right")
by infotermoo
01 May 2013 13:18
Forum: Scripting VLC in lua
Topic: lua for "add text"
Replies: 1
Views: 785

lua for "add text"

Hello!

I am stuck trying to make a text appear in VLC with a lua script.
The idea is that You could add an overlay text on the video through http interface.

Any idea how to accomplish this?

Thanks for answers!
Timo
by infotermoo
20 Sep 2012 21:16
Forum: General VLC media player Troubleshooting
Topic: Lua for effects
Replies: 7
Views: 706

Re: Lua for effects

should it be
vlc.config.set("video filters","")
vlc.config.set("video filters","adjust")
?
by infotermoo
20 Sep 2012 01:11
Forum: General VLC media player Troubleshooting
Topic: Lua for effects
Replies: 7
Views: 706

Re: Lua for effects

Thanks, found it. Added new a command for it: elseif command == "brightness" then vlc.config.set("brightness",val) Just on more thing, the adjustment settings seems to be activated when I un-tick and tick "Adjust Image" checkbox in GUI. Any way to reload them with lua?
by infotermoo
19 Sep 2012 20:58
Forum: General VLC media player Troubleshooting
Topic: Lua for effects
Replies: 7
Views: 706

Re: Lua for effects

Could You point out a documentation for this? Google is not that helpful this time.
by infotermoo
19 Sep 2012 13:33
Forum: General VLC media player Troubleshooting
Topic: Lua for effects
Replies: 7
Views: 706

Lua for effects

Hello! I have question regarding controlling post-processing effects from scripting environment. I have searched a lot, but haven't found the answer. Is it possible to change effects (brightness for example) from telnet/http/lua scripts? I would need to do it while the VLC is running. Thanks for ans...

Go to advanced search