videojs / mux.js

Lightweight utilities for inspecting and manipulating video container formats.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Are there plans to support HEVC codec in the transmuxer?

avelad opened this issue · comments

Many browsers are adding HEVC support if your HW supports it: https://caniuse.com/hevc

Unfortunately, probably not, at least not from the core team. This project is mostly meant for transmuxing ts into fmp4 and Apple doesn't officially support HEVC in ts segments.
However, if there's a PR for supporting it, we may accept it.

OK, thanks!