virinext / hevcesbrowser

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

about CTU bits #5

Open PHadc opened 7 years ago

PHadc commented 7 years ago

Hi, your tools is helpful to analyze the HEVC bitstream. There is a question I want to ask, How can I extract the CTU bits in the encoder?

virinext commented 7 years ago

hevcesbrowser doesn't parse slice body (it doesn't have access to CTU). For viewing CTU you can use HevcAnalyzer: https://github.com/lheric/GitlHEVCAnalyzer. Or you can use hevc reference decoder(https://hevc.hhi.fraunhofer.de/) under debugger.