-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
jcm
committed
Oct 23, 2023
1 parent
60f3b5a
commit 1d30f52
Showing
3 changed files
with
18 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,25 @@ | ||
# Record | ||
Record captures and encodes macOS screen content with full color fidelity.<img width="1840" alt="Screenshot 2023-08-25 at 7 58 44 PM" src="https://github.com/jcm93/Record/assets/6864788/7e683799-7ff9-4d31-8393-86c4ffa53f07"> | ||
Record aims to be a low-overhead macOS screen recorder that emphasizes not missing frames, color correctness and color-matching between output color spaces, and a variety of encoder options for size and quality flexibility. | ||
|
||
<img width="1840" alt="Screenshot 2023-08-25 at 7 58 44 PM" src="https://github.com/jcm93/Record/assets/6864788/7e683799-7ff9-4d31-8393-86c4ffa53f07"> | ||
|
||
# Features | ||
* Native P3 capture | ||
* Color correctness when mapping to Rec. 709 | ||
* Replay buffer with system-wide save hotkey | ||
* Live encode preview (WIP) | ||
|
||
# Installation | ||
Record is in active development and uses rolling releases. Download the most recent stable artifact using the "Development" deployment along the right sidebar. | ||
|
||
# Examples | ||
<video src="https://github.com/jcm93/Record/assets/6864788/e64d21a9-abe6-4a09-890e-0193c772f5c3" controls="controls" style="max-width: 730px;"> | ||
</video> | ||
<video src="https://github.com/jcm93/Record/assets/6864788/53d590c5-e4da-45e7-adf2-8b54d585175b" controls="controls" style="max-width: 730px;"></video> | ||
|
||
# Disclaimer | ||
|
||
|
||
This is an experimental commit and many things may be broken. | ||
# todo | ||
## hdr capture | ||
## hotkey controls | ||
## encoder preview | ||
## audio settings / audio metering / audio only | ||
## advanced capture options (include some apps, not others) | ||
## compositing? | ||
## streaming? | ||
# Roadmap | ||
* audio settings / audio metering / audio only | ||
* advanced capture options (include some apps, not others) | ||
* compositing? | ||
* streaming? | ||
|
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters