trisquel-icecat/icecat/dom/media/webcodecs/crashtests/1934334.html
2025-10-06 02:35:48 -06:00

11 lines
260 B
HTML

<script>
window.addEventListener("DOMContentLoaded", () => {
const enc = new VideoEncoder({"output": () => {}, "error": () => {}})
enc.configure({
"codec": "avc3.42001E",
"width": 1000,
"height": 229,
"framerate": -17.75,
})
})
</script>