you-apps / RecordYou

Privacy focused recorder app built with MD3
https://you-apps.net
GNU General Public License v3.0
750 stars 34 forks source link

Video codec, bitrate and framerate selection #45

Closed ghost closed 1 year ago

ghost commented 1 year ago

Describe your suggested feature

Add a setting that allows the user to choose a codec (H.264, H.265 or even AV1 since new devices support it) and the corresponding bitrate, probably up to 200k

Edit: also framerate - native to display (for 240hz devices), 120, 60 or 30

Other details

Obviously both settings should be present in the options menu

Acknowledgements

Bnyro commented 1 year ago

Setting the framerate is not supported by the MediaRecorder API.

ghost commented 1 year ago

😐