You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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