- Supported Bit Versions
-
- 64-bit
- Source Code URL
- https://github.com/norihiro/obs-async-source-duplication
- Minimum OBS Studio Version
- 27.0.0
- Supported Platforms
-
- Windows
- Mac OS X
- Linux
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 video camera input and the other is the same video camera input but having a Video Delay (Async) filter to delay.
However, you cannot have two separated sources that access the same video capture device.
In such case, this plugin help you to duplicate the asynchronous source.
Usage
To start to use,
To remove the filter,
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 video camera input and the other is the same video camera input but having a Video Delay (Async) filter to delay.
However, you cannot have two separated sources that access the same video capture device.
In such case, this plugin help you to duplicate the asynchronous source.
Usage
To start to use,
- Select the scene you want to have the duplicated source.
- Click + at the bottom of Sources list.
- Click Asynchronous Source Duplicator.
- Select the name of the source that you want to duplicate.
- Click Insert Filter to the Source button. This step will add a filter to the source you selected above.
To remove the filter,
- Open filter dialog for the source.
- Select Asynchronous Source Duplication Filter in the bottom of Audio/Video Filters list.
- Click - at the bottom of Audio/Video Filters list.
Properties
Source Name
Set the source you want to duplicate.
Will implement combo-box in future release.Implemented in 0.2.0.
See also- Background Removal plugin
- Video Delay (Async) plugin (built in OBS Studio)