Skip to content

Latest commit

 

History

History
16 lines (15 loc) · 361 Bytes

README.md

File metadata and controls

16 lines (15 loc) · 361 Bytes

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