Add option to ignore encoder probe failure
This commit is contained in:
@@ -58,6 +58,14 @@ const config = ref(props.config)
|
||||
default="false"
|
||||
></Checkbox>
|
||||
|
||||
<!-- Ignore Encoder Probe Failure -->
|
||||
<Checkbox class="mb-3"
|
||||
id="ignore_encoder_probe_failure"
|
||||
locale-prefix="config"
|
||||
v-model="config.ignore_encoder_probe_failure"
|
||||
default="false"
|
||||
></Checkbox>
|
||||
|
||||
<!-- HEVC Support -->
|
||||
<div class="mb-3">
|
||||
<label for="hevc_mode" class="form-label">{{ $t('config.hevc_mode') }}</label>
|
||||
|
||||
Reference in New Issue
Block a user