webm-duration-fix
webm-duration-fix copied to clipboard
What is `webm-duration-fix-buffer`?
On npm.js, there is a new library webm-duration-fix-buffer
. It links to this repo, but the code base is slightly different.
The differences I've found are:
-
webm-duration-fix-buffer
does not have issue #5. -
webm-duration-fix-buffer
imports correctly on Vite. -
webm-duration-fix-buffer
incorrectly sets the mime type to"video/webm;"
instead of usingblob.type
.
What is the plan going forward? It would have been great to have a single library fixing both 1, 2, and 3 :)