GithubHelp home page GithubHelp logo

qsharpsword / gitlhevcanalyzer Goto Github PK

View Code? Open in Web Editor NEW

This project forked from lheric/gitlhevcanalyzer

0.0 1.0 0.0 9.16 MB

Gitl HEVC/H.265 Analyzer based on Qt. Custom filters supported.

License: Other

C 2.84% C++ 93.40% TeX 1.63% Shell 1.28% QMake 0.84% Prolog 0.01%

gitlhevcanalyzer's Introduction

What is Gitl HEVC Analyzer

logo

Gitl HEVC/H.265 Analyzer is an open-source tool for bitstream analysis for HEVC/H.265 .

It is released under modified Apache License 2.0. If you want to use it for commercial purpose, please write us an email about your work. If you are not using it to develop weapons, produce or sell illegal drugs, and if you are not a terrorist, we will give your a commercial version for free.

If you are using our analyzer in your paper, please add a footnote or reference to our work

Current building status: Build Status

(Not working on Mac OS X for now. Fixing..)

Looking for binary?

(If the binary is unstable on your system, please compile the source code)

Windows (64 bit):

https://sourceforge.net/projects/gtilhevcanalyzer/

For Linux & Mac OS X users, please compile the source code

If you find any bugs, you are welcomed to open new issues.

This work was partially supported by:

National Natural Science Foundation, P.R.China, under Grant 61173081

Guangdong Natural Science Foundation, P.R.China, under Grant S2011020001215.

Why Gitl HEVC Analyzer

First, all the commercial HEVC analyzers are too expensive.

Second, we need to draw additional graphics on the analysis results. It supports custom filters. In fact, all the features are implemented via custom filters.

Documents

User Manual

Program structures (coming soon)

How to write a custom filter (coming soon)

Screenshot

Windows (Dark theme): Win

Linux (Default theme): Linux

Mac OS X (Default theme): Linux

Features

Support YUV420 (8bit) bitstream.

For historical reasons, besides formal HEVC bitstream, it also supports bitstreams generated by older HM encoders (HM-4.0, HM-5.2, HM-10.0 and HM-12.0).

  • Custom Plugins Support
  • Zoom In/Out Details
  • Predition Type Display
  • Coding Unit (CU) Display
  • Predition Unit (PU) Display
  • Transform Unit (TU) Display
  • Motion Vectors (MV) Display
  • Intra Mode (Angular, DC, Planar) Display

Road Map

  • Frames Bit Heatmap Filter
  • Frame Timeline
  • Slice Display
  • Tile Display (Thank Yangyang Men)
  • GOP Structure Graph
  • 10 Bit YUV Support
  • Bitsteam Comparison

How To Build

Written in C++ with Qt5 (c++11 support required) You should get and install Qt 5.1.0 or higher.

  1. Clone this repository.
git clone https://github.com/lheric/GitlHEVCAnalyzer.git GitlHEVCAnalyzer
  1. Init & update the submodules.
cd GitlHEVCAnalyzer
git submodule update --init --recursive
git submodule update --recursive

3a. Build on linux:

qmake -qt=qt5 GitlHEVCAnalyzer.pro -r "CONFIG+=Release"
make

3b. Build on windows:

qmake GitlHEVCAnalyzer.pro -r "CONFIG+=Release"
make

3c. Build on macosx:

# in case you don't have qt5 installed
# brew install qt5
qmake GitlHEVCAnalyzer.pro -r "CONFIG+=Release"
make

Instead of the building on the command line , Qt Creator is supported. Clone this project and its submodules, then open GitlHEVCAnalyzer.pro in Qt Creator.

Contact Us

Intelligent Information Processing Lab

School of Software, Sun Yat-sen University, Guangzhou, P.R.China

Author: Huang Li (李璜)

[email protected]

Supervised by Prof. Hongyang CHAO

Hongyang Chao (朝红阳)

[email protected]

School of Software

Sun Yat-sen University

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.