Hi,
Please help try this:
- Apply the if condition to
01_video_encode
:
//if (ctx.input_frames_queued_count == ctx.gdr_start_frame_number)
if ((ctx.input_frames_queued_count % ctx.gdr_start_frame_number) == 0 && ctx.input_frames_queued_count > 0)
- Run
01_video_encode$ cat gdr_params.txt
15 6
01_video_encode$ ./video_encode 720.yuv 1280 720 H265 test.h265 --egdr -gdrf gdr_params.txt -idri 1000 -ifi 1000 --input-metadata
We can see I frames are generated periodically(every 15 frames). Would need your help to check if the bitstream is expected.