Hello, I am currently using the amlvenc element to encode video in Gstreamer. What I am curious about here is the Bitrate.
When creating a pipeline, I set the Bitrate to 3000kbps and send the video, and the Bitrate is 3000kbps. However, I need to change the Bitrate during the video transmission.
There is no CBR / VBR setting, and even if I change it dynamically with g_object_set(video_encoder, “bitrate”, 2000, NULL);, the Bitrate does not change.