Personal View site logo
HEVCAnalyzer - HEVC H.265 stream analyzer
  • HEVCAnalyzer is a HEVC (H.265) stream and YUV file GUI Analyzer based on wxWidgets which can give video developer a brief view of the video coding structures and video coding params. The project is launched under the interest which wish leading a free video coding analyzer for our researchers and video coding developers.

    image

    The program can be built on Windows Linux or Mac OS X, but the program does not fully test on MacOS X. I am trying to optimize the re-drawing efficiency as current the program re-drawing is very slow!

    Main features

    • Support YUV file
    • Both 8bit and 10bit YUV file
    • RGB pixel value of the frame in HEX mode or normal mode
    • Y/U/V single color component
    • Recognize the formated YUV width and height, and remember the width/height when open it second time
    • Support the thumbnails of the YUV file and HEVC stream file
    • Support scaling the frame of YUV and stream file in different size
    • Frame Ruler shows the frame size
    • Support HEVC stream file
    • CU/PU/TU coding block structure
    • PU type viewing
    • Tiles viewing (partly support)
    • Motion Vector
    • Frame bit allocation (soon)
    • POC/Frame decoding order

    https://github.com/XimingCheng/HEVCAnalyzer

  • 2 Replies sorted by
  • some Windows compiled bins?