Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bug: black bars on recordings #111

Open
lenisko opened this issue Jan 22, 2025 · 1 comment
Open

bug: black bars on recordings #111

lenisko opened this issue Jan 22, 2025 · 1 comment
Labels
enhancement New feature or request

Comments

@lenisko
Copy link

lenisko commented Jan 22, 2025

Every recording created with iShare is getting black bars.

MacBook Pro 14" 2023 / M2 Pro
MacOS 15.2 (24C101)
iShare 4.2.1

v-1737523500-ishare.mp4
v-1737523472-finder.mp4
@castdrian
Copy link
Owner

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

@castdrian castdrian added the enhancement New feature or request label Jan 22, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants