mattdesl / mp4-wasm

[proof-of-concept] fast MP4 mux / demux using WASM
MIT License
276 stars 23 forks source link

Cannot Encode with Height of 1920 Using High Profile Codec on Windows #14

Open JoeHorvath opened 1 year ago

JoeHorvath commented 1 year ago

Conditions:

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

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. Is this an issue with the library or with chrome/web codecs or Windows?

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