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

electron fix web duration #18

Open jankin-l opened 1 year ago

jankin-l commented 1 year ago

Web js read all webm data in memory. But in a nodejs environment, you can process the data through streams,This means it can handle larger files.

This is just a suggestion, but if you can handle it, it will be a boon to programmers all over the world.