Questions tagged [videoencoder]

2 questions
1
vote
1 answer

Is it possible to encode to yuv422 with html5 VideoEncoder?

I am trying to record a video using HTML5 VideoEncoder. There's a number of AVC profiles one can use (https://developer.mozilla.org/en-US/docs/Web/Media/Formats/codecs_parameter#av1). According to that page, 4:2:2 profiles are starting from 7A, like…
Rustam
  • 1,766
  • 18
  • 34
0
votes
1 answer

Why is VideoEncoder not available in my browser?

I'm using the latest version of Chrome. The specific error is "Uncaught ReferenceError: VideoEncoder is not defined". Code that triggers error: let foo = VideoEncoder
Keith Carter
  • 422
  • 1
  • 6
  • 18