the new ScreenCaptureKit in macOS is cool, i'm going to rework some stuff to use it, i think: developer.apple.com/documentation/screencapturekit?language=objc
it's moderately better performance but also adds some new capabilities that i think you actually couldn't get before (bc the new framework is hooked into the compositor and can get full screencaps with particular windows excluded, stuff like that)
@omar Very promising! Screen recording is increasingly a fundamental primitive for computing (alongside screenshots). Surprising that I often need specialized software (e.g. Screenflow, Loom) to do pretty basic recording and editing.