wkaisertexas / ScreenTimeLapse

Take color-accurate timelapses of your screens and cameras on MacOS
https://apps.apple.com/us/app/timelapze/id6473860445
MIT License
778 stars 25 forks source link

feature: add a new settings page #2

Closed wkaisertexas closed 1 year ago

wkaisertexas commented 1 year ago

Use a persistence manager to create a settings page for the project.

Should be able to set:

wkaisertexas commented 1 year ago

I am doing most of this through the main branch. The settings page is allowing the user to currently set everything but the compression ratio.

I should use the AVCaptureSession's default recommendations for the filetype

wkaisertexas commented 1 year ago

I used a SettingsLink and Settings scene to get around this