H264 frame viewer

后端 未结 3 1127
长发绾君心
长发绾君心 2021-02-01 07:09

Do you know any application that will display me all the headers/parameters of a single H264 frame? I don\'t need to decode it, I just want to see how it is built up.

3条回答
  •  时光取名叫无心
    2021-02-01 07:58

    I've created a Web version - https://mradionov.github.io/h264-bitstream-viewer/

    Based on h264bitstream and inspired by H264Naked. Done by compiling h264bitstream into WebAssembly and building a simple UI on top of it. Output information for NAL units is taken from H264Naked at the moment. Also supports files of any size, just will take some time initially to load the file, but navigation throughout the stream should be seamless.

提交回复
热议问题