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.
To start to use,
- Select the scene you want to have the duplicated source.
- Click
+
at the bottom ofSources
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 ofAudio/Video Filters
list. - Click
-
at the bottom ofAudio/Video Filters
list.
Note that the filter Asynchronous Source Duplication Filter
should be located at the top so that other filters won't affect the duplicated source.
Choose the source you want to duplicate.
Deprecated
Enable buffering of video frames in libobs. Default is disabled.
Use cmake to build on Linux. After checkout, run these commands.
sed -i 's;${CMAKE_INSTALL_FULL_LIBDIR};/usr/lib;' CMakeLists.txt
mkdir build && cd build
cmake -DCMAKE_INSTALL_PREFIX=/usr ..
make
sudo make install
Use cmake to build on Linux. After checkout, run these commands.
mkdir build && cd build
cmake ..
make