Closed j0000el closed 6 years ago
Expose videoBitsPerSecond, audioBitsPerSecond (and perhaps bitsPerSecond) in app-media-recorder, which are options passed into MediaRecorder constructor (https://developer.mozilla.org/en-US/docs/Web/API/MediaRecorder/MediaRecorder). This will enable higher quality video recording.
Ability to customize bitrate options
Bits per second encoding is always default (which can appear overly compressed at 720p, for instance)
Description
Expose videoBitsPerSecond, audioBitsPerSecond (and perhaps bitsPerSecond) in app-media-recorder, which are options passed into MediaRecorder constructor (https://developer.mozilla.org/en-US/docs/Web/API/MediaRecorder/MediaRecorder). This will enable higher quality video recording.
Expected outcome
Ability to customize bitrate options
Actual outcome
Bits per second encoding is always default (which can appear overly compressed at 720p, for instance)