I'm working on a realtime streaming application which is to encode to MPEG2/h264/h265.
For the muxer to work best it needs to calculate PTS/DTS and initial arrival and final arrival values. And correct those when needed based of initial cpb removal delay (of NAL)+ offset.
Is there a way to access the values associated with the frame somewhere from mfxBitstream, outside of parsing the output bitstream itself?