Skip to content

a lightweight tool to analyse h264 and h265 raw stream.

Notifications You must be signed in to change notification settings

sherlockchou86/stream_analyser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

a lightweight tool to analyse h264 and h265 raw stream, written by native C++, easy to integrate into your code. please refer to main.cpp

how to build

mkdir build && cd build
cmake ..
make -j8

result for h264

./stream_analyser video.h264 h264

result for h265

./stream_analyser video.h265 h265

About

a lightweight tool to analyse h264 and h265 raw stream.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published