yusitnikov / fix-webm-duration

navigator.mediaDevices.getUserMedia + MediaRecorder create WEBM files without duration metadata. This library appends missing metadata section right to the file blob.
MIT License
248 stars 48 forks source link

does this fix also video/x-matroska blobs? #8

Closed eatalien closed 2 years ago

eatalien commented 3 years ago

@yusitnikov thanks for this library. Question: MediaRecorder on Chrome for MacOS defaults to video/x-matroska blob type. This library seems to be fixing those blobs too. Do you know if matroska mime type is supported by this library? If not all the matroska types are supported, does the library support the one created by Chrome on MacOS?

yusitnikov commented 2 years ago

Didn't test that