pzibang / hevcParser

用于解析h265和h264的编码信息(包含hdr信息)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hevcParser

modify file path

modify filePath in main() instead of your file path.

how to build

cd build
 cmake ../
 make

run

There are two type of file, type 0:h264, type 1:h265, input type:

./hevcparser 0

About

用于解析h265和h264的编码信息(包含hdr信息)


Languages

Language:C++ 83.3%Language:C 15.5%Language:CMake 1.2%