[FFmpeg-user] FFmpeg changing maximum video bitrate during streaming?

Dave Ellis ssuellid at gmail.com
Thu May 18 17:19:50 EEST 2017


Does anyone have any ideas on the question I asked previously?
Is this list the best place to ask?


>I'm using the following command to stream video: -
>
>ffmpeg.exe -re -i test.avi  -b:v 960k -minrate 960k -maxrate 960k -bufsize
240k -an -s 480x640 -r 30 -threads 0 -vcodec libx264  -preset veryfast
-x264opts keyint=90:no-scenecut=1:min-keyint=90 -vprofile baseline -level
3.0 -pix_fmt yuv420p -f rtp rtp://127.0.0.1:62712
>
>Is there a way of communicating with FFmpeg whilst it is streaming to
change the video bitrate?
>
>I have looked at the filters and zmq but cannot find anything for the
video bitrate.
>
>Thanks


More information about the ffmpeg-user mailing list