-
Notifications
You must be signed in to change notification settings - Fork 58
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
WebCodecs #433
Comments
I've read through the explainer (twice, I think) and I don't have anything to complain about so far. |
I've also looked at this and think it would be a useful addition to the platform. One question I do have is if the first deliverable could also support images - there is [1] HTMLImageElement.decode() but that really doesn't do exactly what one would expect. Could any of the editors comment on if this is possible? CC: @steveanton, @padenot, @aboba, @pthatcherg [1] https://developer.mozilla.org/en-US/docs/Web/API/HTMLImageElement/decode |
I'm pretty sure this would be possible. More and more, image codecs use video codec technology/bitstream. |
Given that these APIs offer more control than existing places where codecs are used, such as MediaRecorder, has any thought been given to exposing the existing codes via these APIs? For example, I can see starting a MediaRecorder, getting the video encoder and setting options (or swapping an encoder I construct), rather then extending the MediaRecorder APIs to have similar control surface... |
Raised w3c/webcodecs#50 to track the image use case. |
@cynthia and I are looking at this in a breakout at the TAG's virtual face-to-face. We (the TAG) have looked at this a few times, and I think we're generally pretty happy with it. The design looks appealingly simple -- which is either great (if it can stay simple in the end), or it's a sign that a bunch of things were missed in the design. We're hoping it's the former. Peter's comment gets at one of the tricky issues with adding new fundamental APIs that other things are built on, when those other things already exist. When that happens, there's generally a process of making the existing features, like So I think we're going to close this issue. Thanks requesting our feedback. Let us know if there's anything else you'd like us to look at later on in the process. |
Hello TAG!
I'm requesting a TAG review of:
Further details:
You should also know that...
We'd prefer the TAG provide feedback as (please select one):
The text was updated successfully, but these errors were encountered: