upstream X
output
use for targeting when the timer/event should run (default is stream)
uptime source
the source where the timer will be displayed. You can have multiple sources.
event time (optional)
the time for when an event should occur (Hh:Mm:ss)...
I have written a small Lua script to record a few files with a predefined duration (these are mock durations). The script is only recording 7 files and these recordings are not of predefined duration. First and second file records fine then everything is a mess. Please help. Im on Windows 11 and...
[En]
Hello forum people. I'm trying to create a custom script for obs, using gtp chat. But it always gives mistakes.
What I'm looking for is for a font to change whether a font is visible or not depending on the day of the week.
If anyone can guide me or help me in any way I would appreciate...
I know I posted in the wrong forum, but I can't reply on any other forums for now.
Hello, I was wondering if anyone knows about Roblox Studio since I can't reply on the ROBLOX Developer Forums since it won't let me sign up. But
can someone tell me how to make a part that has a ClickDetector and...
This is a thread, for hide and show new version release!
LET ME KNOW WHAT FEATURES YOU GUYS WANT
I'll do my best to implement them in the next release.
With this release you will have to work a lot with typing and things ... NO UI
it's kinda hard to work with UI, in OBS. That is why this next...
I wrote a script that hides an image and shows a video.
local obs = obslua
local SourceVideo = obs.obs_get_source_by_name("Video")
local SourceImage = obs.obs_get_source_by_name("Image")
local Scene = obs.obs_scene_from_source(obs.obs_frontend_get_current_scene())
local SceneItemVideo =...
I've written a stupid-simple Lua script to automate scene switching pseudo-randomly for a live streaming, and I ran into some bizarre behavior.
This function schedules the callback for the next scene switch:
local function schedule_next_switch()
obslua.timer_remove(switch_scene)
local...
Am I doing anything wrong?
obs = obslua
function script_description()
return [[Test Async filter_video
A test filter to show that filter_video is never called.]]
end
source_info = {}
source_info.id = 'test-async-filter_video'
source_info.type = obs.OBS_SOURCE_TYPE_FILTER...
Hello, I want to first state that I am still fairly new to programming in Lua, and am definitely looking for help and suggestions for my code. So I have taken the Instant Replay script made by Jim and Exeldro, and have attempted to modify it. What I want to be able to do is use the multiple...
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.