[Ffmpeg-devel] ffmpeg - question

Martin Prangl martin.prangl
Fri Jun 2 19:37:39 CEST 2006


Hi,

I have a question about ffmpeg and i hope you can help me:

I want to change the video bit rate during the encoding process.
I found the bit rate prameters in:
ost->st->codec->bit_rate,  ost->st->codec->rc_min_rate 
ost->st->codec->rc_max_rate in ffmpeg.c

There is a big for loop in ffmpeg.c which calls "avencode()" until key"q" is 
pressed. So i decrement each of above structure values in each iteration, 
but it has no effect.

Can you help me?

Thank you
Martin 





More information about the ffmpeg-devel mailing list