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

feat: extend video recording by Record Selection #92

Open
lenisko opened this issue Nov 28, 2024 · 2 comments
Open

feat: extend video recording by Record Selection #92

lenisko opened this issue Nov 28, 2024 · 2 comments
Labels
enhancement New feature or request too much work will accept pr request is useful but out of scope to be handled with priority

Comments

@lenisko
Copy link

lenisko commented Nov 28, 2024

Not sure if that's possible, but it would be very convenient to have similar abilities for video recording as we have for screenshots.

Since recording a selected app and whole screen is there, what's missing is the selection.

@lenisko lenisko changed the title Extend video recording by Record Selection feat: extend video recording by Record Selection Nov 28, 2024
@castdrian
Copy link
Owner

castdrian commented Nov 28, 2024

This is probably possible, I think screencapturekit accepts passing a custom rect, however it would require cloning the behavior of the native screenshot app, drawing an invisible window and then allowing the drawing of rectangles

@castdrian castdrian added too much work will accept pr request is useful but out of scope to be handled with priority enhancement New feature or request labels Nov 28, 2024
@castdrian castdrian added this to the 4.2.0 milestone Nov 29, 2024
@castdrian castdrian removed this from the 4.2.0 milestone Jan 16, 2025
@philocalyst
Copy link

philocalyst commented Jan 16, 2025

You might have already seen this @castdrian, but this project is focused on extending the screen recording functionality in exactly the same way (https://github.com/lihaoyun6/QuickRecorder). Also written in swift, so maybe you could just integrate the features that make sense directly?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request too much work will accept pr request is useful but out of scope to be handled with priority
Projects
None yet
Development

No branches or pull requests

3 participants