Is it possible to change the transform of a source (resize, translate etc) using a lua script? If not what is the best approach to achieve this programmatically.
Thanks.
Check out UP Deck in the resources section. There's an OBS Lua script you can download (http://8up.uk/doc/26 - currently UPDeck_1-12.lua) with code that changes position, size, rotation of scene items.
Check out line 317 - 355
elseif cmd == "position" or cmd == "resize" or cmd == "rotate" then
..........
..........
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.