w3c / webcodecs

WebCodecs is a flexible web API for encoding and decoding audio and video.

Home Page:https://w3c.github.io/webcodecs/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Windows: Encoding 1920px (Portrait) Frame Not Possible with High Profile avc codec

JoeHorvath95 opened this issue · comments

Cannot encode with web codecs VideoEncoder and a portrait resolution of 1920x1080 on Windows with a high profile h264 codec e.g. avc1.640034

Console error: Failed to execute 'encode' on 'VideoEncoder': Cannot call 'encode' on a closed codec.

Codepen: https://codepen.io/JoeHorvath/pen/eYjeWLX

From what I understand about profiles and levels this codec should be able to handle a resolution of this size and it works on mac but on Windows it only seems possible using baseline codecs

Please file Chrome implementation bugs at https://crbug.com/new and we can take a look. Please include the chrome://gpu information.