1934334.html (260B)
1 <script> 2 window.addEventListener("DOMContentLoaded", () => { 3 const enc = new VideoEncoder({"output": () => {}, "error": () => {}}) 4 enc.configure({ 5 "codec": "avc3.42001E", 6 "width": 1000, 7 "height": 229, 8 "framerate": -17.75, 9 }) 10 }) 11 </script>