videojs / mux.js

Lightweight utilities for inspecting and manipulating video container formats.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is there a way to transmux WEBM into MP4 using mux.js

kenluck2001 opened this issue · comments

I would like to know if there is support for transmuxing WEBM video container into MP4 format.
If there is a support, please provide example of how to use the lib to achieve this goal.

Thanks so much.

This is currently no support for transmuxing web to mp4. Currently we only support mpegts with x264/aac data and adts with aac data transmuxing to fragmented mp4

Thanks so much for the concise answer. This issue will be closed.