-
Notifications
You must be signed in to change notification settings - Fork 33
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
Feature/record cli #82
Feature/record cli #82
Conversation
And I'm thinking about adding logic to automatically set the bitrate adaptively according to width, height. |
This is very useful! Can you also add the ability to select the Window to capture? i.e. enumerate all open windows, and list the idx + title for the user to choose. Also, I think |
Actually I just realised triggering GraphicsCapturePicker is all that's needed |
Hey, I don't know how did I missed this PR I review it when I got home, thanks. |
Looks good, thanks. |
@NiiightmareXD thanks for merging, any plans to implement GraphicsCapturePicker? |
Yes, but implementing that in win32 apps is somewhat weird and you need to have an active window, which I don't know what is the way to do that. |
I added CLI executable to record given window name or monitor index. This CLI executable will work as example of this library's application.
Features
Some minor concerns