Dear support,
nvv4l2av1enc works great but always outputs DELTA_UNIT flags regardless if IDR or not.
Is this a known issue?
Dear support,
nvv4l2av1enc works great but always outputs DELTA_UNIT flags regardless if IDR or not.
Is this a known issue?
Hi,
AV1 encoder is new so there might be certain issue. We will check this. You may use h264/h265 as a quick solution.
Hi,
Please help check the source code of av1parse:
gst/videoparsers/gstav1parse.c · master · GStreamer / gst-plugins-bad · GitLab
It marks GST_BUFFER_FLAG_DELTA_UNIT
for key frames. So this looks to be expected. It does not have same behavior as H264/h265.
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.