Add CQP for older intel iGPU's

This commit is contained in:
Loki
2021-07-24 19:33:23 +01:00
parent 844ba53f54
commit ab70a056fc
5 changed files with 31 additions and 43 deletions

View File

@@ -256,27 +256,15 @@
Set the familly of ports used by Sunshine
</div>
</div>
<!--Constant Rate Factor-->
<div class="mb-3">
<label for="crf" class="form-label">Constant Rate Factor</label>
<input type="number" min="0" max="52" class="form-control" id="crf" placeholder="0"
v-model="config.crf">
<div class="form-text">
Constant Rate Factor. Between 1 and 52. It allows QP to go up during motion and down with still
image,
resulting in constant perceived quality<br>
Higher value means more compression, but less quality<br>
If crf == 0, then use QP directly instead
</div>
</div>
<!-- Quantization Parameter -->
<div class="mb-3">
<label for="qp" class="form-label">Quantitization Parameter</label>
<input type="number" class="form-control" id="qp" placeholder="28" v-model="config.qp">
<div class="form-text">
Quantitization Parameter<br>
Some devices may not support Constant Bit Rate.<br>
For those devices, QP is used instead.<br>
Higher value means more compression, but less quality<br>
If crf != 0, then this parameter is ignored
</div>
</div>
<!-- Min Threads -->
@@ -600,4 +588,4 @@
font-size: 12px;
font-weight: bold;
}
</style>
</style>