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

Dave
_______________________________________________
ffmpeg-user mailing list
[email protected]
http://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
[email protected] with subject "unsubscribe".

Reply via email to