streamproc/MediaStreamRecorder

MultiStreamRecorder with 1 audio only and 1 video stream results in poor video quality (low resolution)

Closed this issue · 1 comments

Hi all,

I'm trying to combine two streams (mic and desktop recording). I've tried other methods but it ended up with some segment gaps issues with the audio when the audio "mic" input is actually internal audio. However, this method (MultiStreamRecorder) seems to work out but the video quality is terrible.

Edit: The resolution is 360x240
Edit2: It appears it's the same quality it does if there is more than 1 video.

Any ideas on how to resolve this?

Thanks

Ended up looking at the source code and realised I can set options and video options within the options. Wish this was documented a little better though.