kevinGodell / mp4frag

Parser that works with ffmpeg to read piped data and fragment mp4 into an initialization segment and media segments. It can also get the codec info and generate an fmp4 HLS m3u8 playlist.
https://kevingodell.github.io/mp4frag/
MIT License
68 stars 15 forks source link

Support parsing hevc codec in MOOV atoms #27

Closed viettel-solutions closed 2 years ago

viettel-solutions commented 2 years ago

Hello, I'm @lightingbro46 who created PR #17 . Sorry for your waiting. I've been quite busy lately. I have rewritten test13.js base on your test to check if my parser work correctly. I have changed something to parse HEVC codec string more exactly. Now, I am satisfied with the result. Please help to review and give me your feedback.

Thank you :blush: and Happy New Year! :boom: :boom:

kevinGodell commented 2 years ago

Thank you very much for your hard work and diligent effort. I will work on integrating this code for the next release. Happy new year!