Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/virinext/hevcesbrowser
HEVCESBrowser is a tool for analyzing hevc(h265) bitstreams
https://github.com/virinext/hevcesbrowser
Last synced: 3 months ago
JSON representation
HEVCESBrowser is a tool for analyzing hevc(h265) bitstreams
- Host: GitHub
- URL: https://github.com/virinext/hevcesbrowser
- Owner: virinext
- License: gpl-2.0
- Created: 2015-03-16T14:32:22.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2023-11-12T11:42:59.000Z (about 1 year ago)
- Last Synced: 2024-08-01T15:30:01.034Z (6 months ago)
- Language: C++
- Size: 261 KB
- Stars: 336
- Watchers: 23
- Forks: 98
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Changelog: History.txt
- License: LICENSE
Awesome Lists containing this project
README
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](https://travis-ci.org/virinext/hevcesbrowser.svg)](https://travis-ci.org/virinext/hevcesbrowser)
Prebuilt binaries
-----Prebuilt binaries for windows are available.
[Latest Release](https://github.com/virinext/hevcesbrowser/releases/latest)
Gui
-----![alt tag](https://cloud.githubusercontent.com/assets/10683398/6995983/2f0a3974-db20-11e4-8d8f-cd6db7a954c4.png)
Building requirements:
-----* boost (for testing only)
* qt5
- brew: `brew install qt5`Building:
-----cd hevcesbrowser
git submodule init && git submodule update
mkdir project
cd project
cmake ../
make
cd ../utils/hevc_es_browser_gui/
qmake hevc_es_browser_gui.pro
make gitinfo
make