/header_parser

A header parser for MP4 containered H.264 videos

Primary LanguageC++

Build

mkdir build
cd build
cmake -DCMAKE_BUILD_TYPE=Release ..
make

Use

./header_parser <video> [--csv <csv-file>] [--mpd <MPD-File>] [--ranges]

Debug Output

By default, nothing is printed to stdout. If you want to get basic information, define the INFO flag in defines.h. For detailed debug output, define the DEBUG flag in defines.h