Add encoding frame rate limit
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
<script setup>
|
||||
import { ref } from 'vue'
|
||||
import PlatformLayout from '../../PlatformLayout.vue'
|
||||
import Checkbox from "../../Checkbox.vue";
|
||||
|
||||
const props = defineProps([
|
||||
'platform',
|
||||
@@ -34,6 +35,14 @@ const config = ref(props.config)
|
||||
<div class="form-text">{{ $t('config.min_threads_desc') }}</div>
|
||||
</div>
|
||||
|
||||
<!-- Limit Framerate -->
|
||||
<Checkbox class="mb-3"
|
||||
id="limit_framerate"
|
||||
locale-prefix="config"
|
||||
v-model="config.limit_framerate"
|
||||
default="true"
|
||||
></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