wulkano / Aperture

Record the screen on macOS
MIT License
1.24k stars 111 forks source link

Ability to specify codec #45

Closed jsejcksn closed 7 years ago

jsejcksn commented 7 years ago

AVFoundation allows specifying the codec used in a recording. It would be very nice to support this in Aperture so that it can be included in Kap's settings.

sindresorhus commented 7 years ago

👍 I think we should also default to hevc if the user is running on High Sierra.

Pull request welcome when https://github.com/wulkano/aperture/pull/43 is merged.


And just for future me, the difference between ProRes 422 and 4444:

https://documentation.apple.com/en/finalcutpro/professionalformatsandworkflows/index.html#chapter=10%26section=2%26tasks=true http://www.4kshooters.net/2015/01/26/choose-the-version-of-prores-best-suited-to-your-project/

sindresorhus commented 7 years ago

43 was merged. Pull request welcome now :)