Hi,

Cai, Xin wrote:
> hi guys
> I am working on a project that requires me to send video data through an 
> extremely unstable network, as a result I need to be able to change the 
> quality of the image depending on network condition, so I would like how to 
> know how can I change the encoding quality dynamically in the middle of the 
> stream?

I suspect you need to modify the rate control code (see 
libavcodec/ratecontrol.c)
to support dynamic changes of the target bitrate (right now, you set the target
bitrate when initialising the codec, and then you cannot change it).




                                Luca
_______________________________________________
libav-user mailing list
[email protected]
https://lists.mplayerhq.hu/mailman/listinfo/libav-user

Reply via email to