I’ve tried to run an encoder from Multimedia API samples/01_video_encode with the following command line:
./video_encode input.yuv 1920 1080 H265 output.h265 --egdr -gdrf params.conf --input-metadata
while param.conf includes text with numbers “first_frame first_frame-1” lets say “11 10”
The gdr made wrong number of slices (2 or 3 each frame) and always put the “I” slice at the same position (second).
Do you have any idea what I’ve done wrong?
Maybe do you know some example I can learn from?
Thanks for future help :)