videojs / mux.js

Lightweight utilities for inspecting and manipulating video container formats.
Apache License 2.0
1.11k stars 210 forks source link

Are there plans to support HEVC codec in the transmuxer? #423

Closed avelad closed 1 year ago

avelad commented 1 year ago

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

gkatsev commented 1 year ago

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.

avelad commented 1 year ago

OK, thanks!