dev config add round.

This commit is contained in:
Miroslav Šedivý 2022-07-14 01:04:45 +02:00
parent 3cd59b9f30
commit b7926c335e

View File

@ -7,7 +7,7 @@ capture:
fps: 25 fps: 25
gst_encoder: vp8enc gst_encoder: vp8enc
gst_params: gst_params:
target-bitrate: (3072 * 650) target-bitrate: round(3072 * 650)
cpu-used: 4 cpu-used: 4
end-usage: cbr end-usage: cbr
threads: 4 threads: 4
@ -23,7 +23,7 @@ capture:
fps: 25 fps: 25
gst_encoder: vp8enc gst_encoder: vp8enc
gst_params: gst_params:
target-bitrate: (1024 * 650) target-bitrate: round(1024 * 650)
cpu-used: 4 cpu-used: 4
end-usage: cbr end-usage: cbr
threads: 4 threads: 4