Skip to content

AaronLiChen/HEVCAnalyzer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

117 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HEVCAnalyzer

Build Status

HEVC stream and YUV file GUI Analyzer based on wxWidgets

Build Under Linux(Ubuntu)

Prefer clang++, but you can use g++ to build this project

sudo apt-get install libx11-dev libwxbase2.8-dev libwxgtk2.8-dev libwxsqlite3-2.8-dev
cd ~
git clone https://github.com/XimingCheng/HEVCAnalyzer.git
cd ~/HEVCAnalyzer/Build/Linux
make

Get to run:

cd ~/HEVCAnalyzer/bin
./HEVCAnalyzer

Also, you can download the wxWidgets-2.8-12 source code to build, but you must notice the setup.h as same as the Windows Building

Build Under Windows

Download wxWidgets-2.8-12 source code, you can build it with Visual Studio or other IDE

Notice that you must change the wxWidgets-2.8-12 source code setup.h from:

#ifndef wxUSE_GRAPHICS_CONTEXT
#define wxUSE_GRAPHICS_CONTEXT 0
#endif

To:

#ifndef wxUSE_GRAPHICS_CONTEXT
#define wxUSE_GRAPHICS_CONTEXT 1
#endif

If you use mingw to build wxWidgets, you must set -USE_GDIPLUS=1

You can use the Code::Blocks project in HEVCAnalyzer/Build/Win/

Linux Mint linux

Win7 win32

About

HEVC H.265 stream GUI Analyzer based on wxWidgets

Resources

Stars

0 stars

Watchers

1 watching

Forks

Packages

 
 
 

Contributors