mux.js-fixed
v5.6.7
Published
A collection of lightweight utilities for inspecting and manipulating video container formats.
Downloads
4
Maintainers
Readme
Source project official website
What I did
fixed duration bug in mux.js
just add these code
How to use
let durationSecond = 60 // video duration
let transmuxer = new muxjs.mp4.Transmuxer({
keepOriginalTimestamps: true,
duration: durationSecond,
});