Skip to content

v2.1.3

Compare
Choose a tag to compare
@zakk4223 zakk4223 released this 12 Feb 01:32
  • Added NewTek NDI input and output plugins
  • Added a passthrough compressor: not actually a compressor
  • Layouts now have user definable video filter chains
  • Video sources are now 'pinnable'. A pinned source persists across layout changes/merges/removal
  • CocoaSplit is now more aggressive about reusing underlying video source plugin instances. This means if you create multiple instances of a webcam, even if those instances are in different layouts, only one CaptureSource is used. This should improve performance and memory churn. Plugins can opt out of reuse if required
  • There are now alternate source clone options that ignore the cache
  • Added a user flag on video sources to keep them permanently cached. Even if all visible instances of the source are removed, the CaptureSource is maintained and reused in the future. This is useful for cameras or other devices that may have a small delay in coming online.
  • Video sources can now create child audio sources if they have one. Only relevant for NDI and Movie sources for now
  • Fixed: Movie source would not advance to the next item in the playlist
  • Fixed: Drag and drop reordering in the source list was sometimes breaking if one of the sources was animated via javascript
  • More performance improvements in the audio engine