Add option for intra refresh (resolves #86)

This commit is contained in:
Yukino Song
2024-10-26 21:31:28 +08:00
parent 90ed57eeb3
commit 11e0bad4f3
8 changed files with 28 additions and 5 deletions
@@ -262,6 +262,8 @@
"notify_pre_releases_desc": "Whether to be notified of new pre-release versions of Apollo",
"nvenc_h264_cavlc": "Prefer CAVLC over CABAC in H.264",
"nvenc_h264_cavlc_desc": "Simpler form of entropy coding. CAVLC needs around 10% more bitrate for same quality. Only relevant for really old decoding devices.",
"nvenc_intra_refresh": "Intra Refresh",
"nvenc_intra_refresh_desc": "Enable Intra Refresh for some clients to render correctly continuously (e.g. Xbox Client)",
"nvenc_latency_over_power": "Prefer lower encoding latency over power savings",
"nvenc_latency_over_power_desc": "Apollo requests maximum GPU clock speed while streaming to reduce encoding latency. Disabling it is not recommended since this can lead to significantly increased encoding latency.",
"nvenc_opengl_vulkan_on_dxgi": "Present OpenGL/Vulkan on top of DXGI",