feat: Add customizable Video Bit Rate (videoBitRate
) (#1882)
* feat: Add `videoBitRate` option to `RecordVideoOptions` * feat: Implement `videoBitRate` on iOS * feat: Implement `videoBitRate` on Android * chore: Format * docs: Separate recording and photo docs * docs: Fix links * docs: Add docs about bitrate and quality * docs: Add blob * fix: Don't use inline style for CI * fix: Correctly log default bitRate * fix: Fix typo * fix: Calculate default bit-rate on Android depending on resolution * Update RecordingSession.kt
This commit is contained in:
@@ -5,7 +5,8 @@ module.exports = {
|
||||
'guides/devices',
|
||||
'guides/lifecycle',
|
||||
'guides/formats',
|
||||
'guides/capturing',
|
||||
'guides/taking-photos',
|
||||
'guides/recording-videos',
|
||||
{
|
||||
type: 'category',
|
||||
label: 'Realtime Frame Processing',
|
||||
|
Reference in New Issue
Block a user