We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Nice job on this tool! I can see this being handy for the demo-making workflow.
Not sure if this is by design or a bug but
macosrec --screenshot 35989
gives me a screenshot with dimensions: 1414 × 875 while
1414 × 875
macosrec --record 35989 --mov --output ~/Downloads/a.mov
gives me a mov with dimensions: 988 × 612
988 × 612
the windows actual size is 1414 × 875
The text was updated successfully, but these errors were encountered:
Ah yes. It's done on purpose at present to reduce the size of videos/gifs. I can likely make reduction configurable.
Sorry, something went wrong.
ps. Glad to hear. Thank you!
No branches or pull requests
Nice job on this tool! I can see this being handy for the demo-making workflow.
Not sure if this is by design or a bug but
gives me a screenshot with dimensions:
1414 × 875
whilegives me a mov with dimensions:
988 × 612
the windows actual size is
1414 × 875
The text was updated successfully, but these errors were encountered: