[Webkit-unassigned] [Bug 262950] New: WebCodecs HEVC isSupported returns true but decoding failed

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Oct 10 04:16:59 PDT 2023


https://bugs.webkit.org/show_bug.cgi?id=262950

            Bug ID: 262950
           Summary: WebCodecs HEVC isSupported returns true but decoding
                    failed
           Product: WebKit
           Version: Safari Technology Preview
          Hardware: Unspecified
                OS: macOS 13
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit API
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: zzy8200 at gmail.com

With Safari Technology Preview,

const decoder_config = {
     codec: "hev1.1.6.L90.90",
     hardwareAcceleration: "no-preference"
};
(await VideoDecoder.isConfigSupported(decoder_config)).supported // returns True

But then, decoding HEVC failed with error: Unhandled Promise Rejection: EncodingError: Decoder failure.

I made a minimum reproduce page: https://zeruniverse.github.io/webcodecs_bg_hevc_test/new.html
and HEVC file sample: https://zeruniverse.github.io/webcodecs_bg_hevc_test/sample.hevc

Same page works in Chrome 117 on both Windows and MacOS

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20231010/10129adb/attachment.htm>


More information about the webkit-unassigned mailing list