Log in

View Full Version : How shoule I set X264 parameter?


herbaini
30th October 2013, 05:05
Now I want to encode my screenshot for real-time share by LAN(the screenshot with most part is static,change little), but even I set with --preset ultrafast,It not so fast as I want! Waht should I set?
And when screenshot playing moving(the screenshot change fast), the bitrate become very large!!!What can I do??

raffriff42
30th October 2013, 07:17
x264.exe --preset ultrafast --keyint "infinite" --bitrate 250 --vbv-maxrate 500
Set bitrate to your particular needs; you can probably go higher than 250 Kbps, depending on your LAN.

If the encoder can't keep up, capture at a lower framerate.