obs-filters: Add async delay filter

Adds a filter for delaying asynchronous video/audio data, for example
from webcams, video devices, or media playback sources.  Mainly intended
to allow users to sync up their webcams to other devices.
This commit is contained in:
jp9000
2015-03-21 18:22:03 -07:00
parent 3c5cc5cd54
commit 55534d5d8d
5 changed files with 271 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
AsyncDelayFilter="Video Delay (Async)"
DelayMs="Delay (milliseconds)"