<div dir="ltr">Hello,<br>I am trying to implement an audio and video stream over a network. However, i need to change the bitrate during encoding, to adapt to the connection's bandwidth.<br>I tried changing the bit_rate variable of the codec context, which did not seem to do anything. I assume this variable is only used during codec initiation?<br>
I also tried changing the crf value for VP8 using av_opt_set_double, but it also had no effect.<br><br>Is there a way to control the bitrate without re-initialising the codec every time i need a different bitrate?<br></div>