samirkumardas / jmuxer

jMuxer - a simple javascript mp4 muxer that works in both browser and node environment.
Other
549 stars 108 forks source link

H265 not compatible #58

Closed sarbajitpal8 closed 3 years ago

sarbajitpal8 commented 3 years ago

It's there any way to make this library work for h265, or else can you suggest h265 library for muxing like JMuxer. And JMuxer works brilliantly, thank you.

kuzux commented 3 years ago

Doing that would be very helpful for our use case as well. jmuxer works great with h.264, adding support for h.265/hevc doesn't look like it needs a huge change since jmuxer doesn't need to decode the whole stream but only parse the nal units. (the nalu formats are slightly different between h264and hevc)

samirkumardas commented 3 years ago

Let the Chrome browser support it at least. https://caniuse.com/hevc

stefanof95 commented 1 year ago

Is there any update about this topic? Chrome has finally added support to HEVC.