Excuse me, I was able to set extra-controls in the way you taught me the other day,
but unfortunately most of the parameters seem to have no effect on the output bitstream even if I actually set it.
In order to obtain higher quality encoding results,
I would like to be able to set the parameters in practice as follows;
(1) Entropy Mode : CABAC
parameter : h264_entropy_mode
purpose : Improve quality
(2) Deblocking Filter
parameter : (maybe) h264_loop_filter_mode
purpose : Noise reduction
(3) IDR Interval
parameter : video_gop_size
purpose : Improve compression ratio
(4) The number of B pictures (Increase)
parameter : video_b_frames , (2 - 4 if possible)
purpose : Improve compression ratio
(5) CPB Size
parameter : h264_cpb_size
purpose : Improve quality
((5) is not exist in v4l2-ctl -L, but it is defined as V4L2_CID_MPEG_VIDEO_H264_CPB_SIZE in v4l2-ctrls.c.)
Of course, I do not think that these parameters can be used in a short space of time,
but are there plans to be able to use these parameters in the future?