Skip to content

xifangczy/mux.js

 
 

Repository files navigation

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,
});

About

Lightweight utilities for inspecting and manipulating video container formats.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 99.3%
  • Other 0.7%