virinext / hevcesbrowser

HEVCESBrowser is a tool for analyzing hevc(h265) bitstreams
GNU General Public License v2.0
338 stars 98 forks source link

Sharing a browser based HEVC bitstream explorer #21

Open mdakram28 opened 7 months ago

mdakram28 commented 7 months ago

I want to share a HEVC browser written in typescript and runs completely in the browser. The HEVC parser is inspired by this project.

Here's the link to the repo and live website:

Code: https://github.com/mdakram28/media-parser-gui

Live app: https://mdakram.com/media-parser-gui/#/hevc

image