Re: [mediacapture-record] Input video track width and height MUST be recorded and playable (#173)

@alvestrand The only way that have been able to output the identical pixel dimensions as input pixel dimensions at Chromium is to use `h264` and `avc1` (OpenH264) codecs at `MediaRecorder` MIME type https://plnkr.co/edit/Axkb8s?p=preview. That presents the issue of not being able to play the video at Mozilla Firefox or Nightly which does not support playback of `.mkv` files or if the extension is set to `.webm` will still detect the codecs and not play the media, further, `h264` and `avc1` codecs are not technically defined as being supported codecs for WebM.

-- 
GitHub Notification of comment by guest271314
Please view or discuss this issue at https://github.com/w3c/mediacapture-record/issues/173#issuecomment-524652236 using your GitHub account

Received on Sunday, 25 August 2019 18:17:17 UTC