Skip to content

HEVCESBrowser is a tool for analyzing hevc(h265) bitstreams

License

Notifications You must be signed in to change notification settings

xieyubo/hevcesbrowser

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

91 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HEVCESBrowser

HEVCESBrowser is a tool for analyzing HEVC(h265) bitstreams.

This application displays syntax elements of hevc elementary streams. Input file for HEVCESBrowser should be unmuxed elementary stream. If analysis of the video in any type of container (e.g. in .ts or .mp4 files) is needed, preliminary demuxing is required. For example, you can use ffmpeg for this: ffmpeg -i your_file -vcodec copy -an video.h265. There are gui and cli applications in this product.

Current building status: Build Status

Prebuilt binaries

Prebuilt binaries for windows are available.

Latest Release

Gui

alt tag

Building requirements:

  • boost (for testing only)

  • qt6

Building:

cd hevcesbrowser

git submodule init && git submodule update

mkdir project

cd project

cmake ../

make

cd ../utils/hevc_es_browser_gui/

qmake6 hevc_es_browser_gui.pro

make gitinfo

make

About

HEVCESBrowser is a tool for analyzing hevc(h265) bitstreams

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 98.9%
  • Other 1.1%