async-filter

  1. V

    JoshUpscale 1.1.0

    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...
  2. YorVeX

    Lua filter: OBS_SOURCE_TYPE_FILTER + OBS_SOURCE_ASYNC_VIDEO but filter_video is never called

    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...
  3. norihiro

    Asynchronous Source Duplication 0.4.1

    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...
Top