Extract video encoding info (like motion vector, skip mode, CU/PU/TU partitions) from H.265/HEVC stream
cd build
cmake ..\HM-master
TAppDecoder.exe -b test.265 >dump.log
python convert.py dump.log
Extract video encoding info (like motion vector, skip mode, CU/PU/TU partitions) from H.265/HEVC stream
cd build
cmake ..\HM-master
TAppDecoder.exe -b test.265 >dump.log
python convert.py dump.log