PolymerElements / app-media

Elements for accessing data from media input devices and visualizing that data for users
61 stars 12 forks source link

Expose MediaRecorder bitrate options in app-media-recorder #42

Closed j0000el closed 6 years ago

j0000el commented 6 years ago

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)