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

While recording a large video (~ 60 seconds) The video trims down and plays for nearly 10 seconds, the video duration is set correctly to 60 secs though. #14

Open stutirastogi opened 2 years ago

Mng12345 commented 1 year ago

Same problem with me, the video only be played for a few seconds on Windows10 video player, but normally on other players.

akathartos commented 1 year ago

Same problem here, shorter video plays only ~5 of 10 seconds in Windows media player

mannyAndem commented 5 months ago

Has anyone found a solution to this?