react-media-recorder
react-media-recorder copied to clipboard
Video Resolution?
Is there a way to specify the resolution the recorded video will be generated with (eg. 1080p)?
I am also looking for the same option. Can anyone help
<ReactMediaRecorder
video={{
width: { ideal: 1920 },
height: { ideal: 1080 },
aspectRatio: { ideal: 16 / 9 },
facingMode: 'user',
frameRate: { ideal: 60, max: 60 },
// if using typescript press CTRL + SPACE with
// cursor in this object to see available options
}}
// other props...
/>