I'd like to create a script to calculate bitrate tradeoffs and hopeful set the desired settings. However, I have not yet found a way to get the current OBS settings.
obs_get_video_info is not present in obslua, and I'm sure how to get a obs_video_info to pass to it.
obs_get_video appears to work, but no video_* functions seem to be available to work with it.
obs_enum_outputs is available, but requires a C function as an argument, and does not accept a Lua function (or I don't know to make a proper one)
obs_get_video_info is not present in obslua, and I'm sure how to get a obs_video_info to pass to it.
obs_get_video appears to work, but no video_* functions seem to be available to work with it.
obs_enum_outputs is available, but requires a C function as an argument, and does not accept a Lua function (or I don't know to make a proper one)