From 60e5499d3d69c7c5f54e0cf3aa5a79facd1206d7 Mon Sep 17 00:00:00 2001 From: Michael Fabian 'Xaymar' Dirks Date: Wed, 24 Jul 2019 12:58:29 +0200 Subject: [PATCH] locale: Add new NVENC translation strings --- data/locale/en-US.ini | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) diff --git a/data/locale/en-US.ini b/data/locale/en-US.ini index 60a59df..9fca787 100644 --- a/data/locale/en-US.ini +++ b/data/locale/en-US.ini @@ -116,17 +116,33 @@ NVENC.RateControl.Bitrate="Bitrate Limits" NVENC.RateControl.Bitrate.Target="Target Bitrate" NVENC.RateControl.Bitrate.Maximum="Maximum Bitrate" NVENC.RateControl.Quality="Enable Quality Limits" -NVENC.RateControl.Quality.Minimum="Minimum" +NVENC.RateControl.Quality.Minimum="Minimum Quality" NVENC.RateControl.Quality.Minimum.Description="Minimum quality to achieve, with values closer to 0 being better quality." -NVENC.RateControl.Quality.Maximum="Maximum" +NVENC.RateControl.Quality.Maximum="Maximum Quality" NVENC.RateControl.Quality.Maximum.Description="Maximum quality to achieve, with values closer to 0 being better quality.\nSet to -1 to disable the maximum restriction." +NVENC.RateControl.QP="Quantization Parameters" +NVENC.RateControl.QP.I="I-Frame QP" +NVENC.RateControl.QP.I.Description="Quantization parameter for I-Frames.\nSmaller values mean better quality in exchange for higher bitrate, while higher values mean less bitrate in exchange for less quality." +NVENC.RateControl.QP.I.Initial="Initial I-Frame QP" +NVENC.RateControl.QP.I.Initial.Description="Initial B-Frame quantization parameter.\nSet to -1 to use the automatically detected value instead." +NVENC.RateControl.QP.P="P-Frame QP" +NVENC.RateControl.QP.P.Description="Quantization parameter for P-Frames.\nSmaller values mean better quality in exchange for higher bitrate, while higher values mean less bitrate in exchange for less quality." +NVENC.RateControl.QP.P.Initial="Initial P-Frame QP" +NVENC.RateControl.QP.P.Initial.Description="Initial P-Frame quantization parameter.\nSet to -1 to use the automatically detected value instead." +NVENC.RateControl.QP.B="B-Frame QP" +NVENC.RateControl.QP.B.Description="Quantization parameter for B-Frames.\nSmaller values mean better quality in exchange for higher bitrate, while higher values mean less bitrate in exchange for less quality." +NVENC.RateControl.QP.B.Initial="Initial B-Frame QP" +NVENC.RateControl.QP.B.Initial.Description="Initial B-Frame quantization parameter.\nSet to -1 to use the automatically detected value instead." NVENC.AQ="Adaptive Quantization" NVENC.AQ.Spatial="Enable Spatial Adaptive Quantization" +NVENC.AQ.Spatial.Description="Enable spatial adaptive quantization, also sometimes referred to as Psychovisual Adaptive Quantization." NVENC.AQ.Strength="Spatial AQ Strength" NVENC.AQ.Strength.Description="Strength of the spatial adaptive quantization.\nValues closer to 15 mean more aggressive, while values closer to 1 mean more relaxed." NVENC.AQ.Temporal="Enable Temporal Adaptive Quantization" +NVENC.AQ.Temporal.Description="Enable temporal adaptive quantization." NVENC.Other="Other Options" NVENC.Other.BFrames="Maximum B-Frames" +NVENC.Other.BFrames.Description="Maximum number of B-Frames to insert into the encoded bitstream.\nActual number of B-Frames may be lower depending on content and lookahead settings." NVENC.Other.BFrameReferenceMode="B-Frame Reference Mode" NVENC.Other.BFrameReferenceMode.Each="Each B-Frame will be used for references" NVENC.Other.BFrameReferenceMode.Middle="Only (# of B-Frames)/2 will be used for references"