videojs/mux.js
Lightweight utilities for inspecting and manipulating video container formats. observed · 2026-08-28
Health v2 · maintenance only
66/100
- Activity 97
- Release rhythm 8
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 4041
- days_rel: 691
- days_push: 21
- n_releases_24m: 1
Adoption not part of the score
1223 stars · 219 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
mux.js is a lightweight JavaScript library for inspecting and manipulating video container formats such as MPEG2-TS, fMP4, and FLV. Its core feature is a transmuxer that converts MPEG2-TS segments into fragmented MP4 segments suitable for playback via Media Source Extensions (MSE).
Use cases
- transmux mpeg2-ts segments to fmp4 in the browser
- parse h264 and aac streams from transport stream video
- inspect mp4 box metadata like timescale and decode time
- build a custom hls video player with mse
- generate fragmented mp4 segments for media source extensions
- handle flv video content in javascript
When to choose
- you need client-side transmuxing of mpeg2-ts to fmp4 for MSE-based playback
- you are building or extending a video player like video.js with hls support
- you need lightweight parsing of video container formats without heavy dependencies
When to avoid
- you need full video encoding, decoding, or transcoding rather than container remuxing
- you work with formats outside ts, fmp4, and flv
- you need a server-side transcoding pipeline - tools like ffmpeg are better suited
Facets
library · maturity stable
video-processing parser serialization media web-development frontend browser cross-platform transmuxing mpeg2-ts fmp4 hls mse h264 aac mp4-inspector videojs video nodejs javascript
2 sources
- readme: https://github.com/videojs/mux.js · fetched 2026-08-28 · c9dd42d3a680
- registry_npm: https://registry.npmjs.org/mux.js · fetched 2026-08-29 · 697f8b923bd6
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| videojs/mux.js | main | 66 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem