Upscales and refines video (480x270 -> 1920x1080) using AI model.
Created for Joshimuz for upscaling GTA VCS streams. The model is trained specifically for GTA VCS.
Only works on NVIDIA graphics cards. Requires NVIDIA Video Effects SDK 0.7.2 to be installed.
This is an async video filter, so...
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...
Introduction
This plugin provides a duplicated source of an asynchronous source.
Asynchronous filters cannot be applied to a scene or a group.
That means you cannot have one source as two scene-items with and without the asynchronous filter.
For example, you want to have two sources;
one is a...
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.