Tweak wording for codec mode options to avoid users changing it

This commit is contained in:
Cameron Gutman
2023-08-24 23:06:59 -05:00
parent 24e7bd20fd
commit b344af2d88
2 changed files with 4 additions and 4 deletions

View File

@@ -796,7 +796,7 @@ hevc_mode
===== =========== ===== ===========
Value Description Value Description
===== =========== ===== ===========
0 advertise support for HEVC based on encoder 0 advertise support for HEVC based on encoder capabilities (recommended)
1 do not advertise support for HEVC 1 do not advertise support for HEVC
2 advertise support for HEVC Main profile 2 advertise support for HEVC Main profile
3 advertise support for HEVC Main and Main10 (HDR) profiles 3 advertise support for HEVC Main and Main10 (HDR) profiles
@@ -827,7 +827,7 @@ av1_mode
===== =========== ===== ===========
Value Description Value Description
===== =========== ===== ===========
0 advertise support for AV1 based on encoder 0 advertise support for AV1 based on encoder capabilities (recommended)
1 do not advertise support for AV1 1 do not advertise support for AV1
2 advertise support for AV1 Main 8-bit profile 2 advertise support for AV1 Main 8-bit profile
3 advertise support for AV1 Main 8-bit and 10-bit (HDR) profiles 3 advertise support for AV1 Main 8-bit and 10-bit (HDR) profiles

View File

@@ -674,7 +674,7 @@
<label for="hevc_mode" class="form-label">HEVC Support</label> <label for="hevc_mode" class="form-label">HEVC Support</label>
<select id="hevc_mode" class="form-select" v-model="config.hevc_mode"> <select id="hevc_mode" class="form-select" v-model="config.hevc_mode">
<option value="0"> <option value="0">
Sunshine will specify support for HEVC based on encoder Sunshine will advertise support for HEVC based on encoder capabilities (recommended)
</option> </option>
<option value="1"> <option value="1">
Sunshine will not advertise support for HEVC Sunshine will not advertise support for HEVC
@@ -696,7 +696,7 @@
<label for="av1_mode" class="form-label">AV1 Support</label> <label for="av1_mode" class="form-label">AV1 Support</label>
<select id="av1_mode" class="form-select" v-model="config.av1_mode"> <select id="av1_mode" class="form-select" v-model="config.av1_mode">
<option value="0"> <option value="0">
Sunshine will specify support for AV1 based on encoder Sunshine will advertise support for AV1 based on encoder capabilities (recommended)
</option> </option>
<option value="1"> <option value="1">
Sunshine will not advertise support for AV1 Sunshine will not advertise support for AV1