On Thu, 15 Sep 2022, Online video wrote:

Hello all,

I have problem with ffmpeg in Windows. "Bitrate" function in udp out don't
work correctly. I can set any bitrate, it will be no more than 1.35 Mbps.
For example:  "udp://127.0.0.1:1234?pkt_size=1316&bitrate=6000000"

In Linux it work correctly, bitrate of stream is in accordance with set.
Has anyone experienced this?

As far as I remember on Windows the sleep API as used by ffmpeg provides less accurate timing, and no platform-specific timers are implemented for Windows which could provide higher accuracy. You can try setting/increasing burst_bits which should increase the bitrate but cause slighly bigger bursts.

Regards,
Marton
_______________________________________________
ffmpeg-user mailing list
[email protected]
https://ffmpeg.org/mailman/listinfo/ffmpeg-user

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

Reply via email to