HEVC: NAL unit trace file for each NUL unit produced by the encoder
问题 I'm using HM 14.0 as a reference. Is there a way to get some specific information about NAL units like (a) type (b) num_bytes (c) frame_no (d) decode_time (e) priority (f) timestamp The first two I can have it through annexBbytecount, but what about the rest? 回答1: The reference codec comes with a built in tracer which is quite powerful! Enable it like this: diff --git a/source/Lib/TLibCommon/TComRom.h b/source/Lib/TLibCommon/TComRom.h index 5a59809..1930809 100644 --- a/source/Lib/TLibCommon