w3c / webcodecs

WebCodecs is a flexible web API for encoding and decoding audio and video.
https://w3c.github.io/webcodecs/
Other
978 stars 136 forks source link

Codecs string is ambiguous ? What are the supported profile and level #520

Closed yangfangfang1204 closed 2 years ago

yangfangfang1204 commented 2 years ago

What is the highest resolution supported by WebCodecs? i play the video with 5520(width)*2400(height) , it can not play , and the error is Failed to execute configure on VideoDecoder :Codecs string is ambiguous ? So if the resolution is so high that the video can not play ? or other reason ?

sandersdan commented 2 years ago

This error message means that your codec field is not in the correct format. Resolution was not considered.