mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Merge pull request #775 from joshuaboniface/acceleration-message
Alter hardware acceleration message
This commit is contained in:
commit
dd5ec11ded
2 changed files with 4 additions and 2 deletions
|
@ -20,7 +20,9 @@
|
||||||
<option value="vaapi">Video Acceleration API (VAAPI)</option>
|
<option value="vaapi">Video Acceleration API (VAAPI)</option>
|
||||||
<option value="h264_v4l2m2m">Exynos V4L2 MFC</option>
|
<option value="h264_v4l2m2m">Exynos V4L2 MFC</option>
|
||||||
</select>
|
</select>
|
||||||
<div class="fieldDescription">${LabelHardwareAccelerationTypeHelp}</div>
|
<div class="fieldDescription">
|
||||||
|
<a is="emby-linkbutton" class="button-link" href="https://docs.jellyfin.org/general/administration/hardware-acceleration.html" target="_blank">${LabelHardwareAccelerationTypeHelp}</a>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="inputContainer hide fldVaapiDevice">
|
<div class="inputContainer hide fldVaapiDevice">
|
||||||
|
|
|
@ -655,7 +655,7 @@
|
||||||
"LabelH264Crf": "H264 encoding CRF:",
|
"LabelH264Crf": "H264 encoding CRF:",
|
||||||
"LabelEncoderPreset": "H264 and H265 encoding preset:",
|
"LabelEncoderPreset": "H264 and H265 encoding preset:",
|
||||||
"LabelHardwareAccelerationType": "Hardware acceleration:",
|
"LabelHardwareAccelerationType": "Hardware acceleration:",
|
||||||
"LabelHardwareAccelerationTypeHelp": "This is an experimental feature only available on supported systems.",
|
"LabelHardwareAccelerationTypeHelp": "Hardware acceleration requires additional configuration.",
|
||||||
"LabelHomeNetworkQuality": "Home network quality:",
|
"LabelHomeNetworkQuality": "Home network quality:",
|
||||||
"LabelHomeScreenSectionValue": "Home screen section {0}:",
|
"LabelHomeScreenSectionValue": "Home screen section {0}:",
|
||||||
"LabelHttpsPort": "Local HTTPS port number:",
|
"LabelHttpsPort": "Local HTTPS port number:",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue