ishare
ishare copied to clipboard
bug: black bars on recordings
Every recording created with iShare is getting black bars.
MacBook Pro 14" 2023 / M2 Pro MacOS 15.2 (24C101) iShare 4.2.1
https://github.com/user-attachments/assets/a18dfab7-f1b9-4f7b-98e4-326113cf3410
https://github.com/user-attachments/assets/ee853f3f-0727-4c95-8f45-3ed7230a6f09
can probably be rectified with something along the lines of
let configuration = SCStreamConfiguration()
configuration.width = Int(displaySize.width) * displayScaleFactor
configuration.height = Int(displaySize.height) * displayScaleFactor