From ee590dd0acddecf4c157f439ce56650a81436fe5 Mon Sep 17 00:00:00 2001 From: sr55 Date: Thu, 2 May 2019 21:47:55 +0100 Subject: WinGui: Improved Language of the hardware encoder preferences to help avoid confusion. --- win/CS/HandBrakeWPF/Properties/Resources.Designer.cs | 17 +++++++++++++---- win/CS/HandBrakeWPF/Properties/Resources.resx | 11 +++++++---- win/CS/HandBrakeWPF/Views/OptionsView.xaml | 2 ++ 3 files changed, 22 insertions(+), 8 deletions(-) (limited to 'win/CS') diff --git a/win/CS/HandBrakeWPF/Properties/Resources.Designer.cs b/win/CS/HandBrakeWPF/Properties/Resources.Designer.cs index 4dcab0179..3e04f632c 100644 --- a/win/CS/HandBrakeWPF/Properties/Resources.Designer.cs +++ b/win/CS/HandBrakeWPF/Properties/Resources.Designer.cs @@ -2851,7 +2851,7 @@ namespace HandBrakeWPF.Properties { } /// - /// Looks up a localized string similar to Enable QuickSync Decoding. + /// Looks up a localized string similar to Prefer use of Intel QuickSync for decoding video when available. . /// public static string Options_QsvDecode { get { @@ -3084,6 +3084,15 @@ namespace HandBrakeWPF.Properties { } } + /// + /// Looks up a localized string similar to Choice of encoder will be made available on the 'Video' tab.. + /// + public static string OptionsView_ChoiceOfEncoderHint { + get { + return ResourceManager.GetString("OptionsView_ChoiceOfEncoderHint", resourceCulture); + } + } + /// /// Looks up a localized string similar to Are you sure you wish to clear the log file directory?. /// @@ -3112,7 +3121,7 @@ namespace HandBrakeWPF.Properties { } /// - /// Looks up a localized string similar to Enable Nvidia NVENC Encoder. + /// Looks up a localized string similar to Allow use of the Nvidia NVENC Encoders. /// public static string OptionsView_EnableNvencEncoding { get { @@ -3121,7 +3130,7 @@ namespace HandBrakeWPF.Properties { } /// - /// Looks up a localized string similar to Enable Intel QuickSync Encoder. + /// Looks up a localized string similar to Allow use of the Intel QuickSync Encoders. /// public static string OptionsView_EnableQuicksyncEncoding { get { @@ -3130,7 +3139,7 @@ namespace HandBrakeWPF.Properties { } /// - /// Looks up a localized string similar to Enable AMD VCE Encoder. + /// Looks up a localized string similar to Allow use of the AMD VCE Encoders. /// public static string OptionsView_EnableVceEncoding { get { diff --git a/win/CS/HandBrakeWPF/Properties/Resources.resx b/win/CS/HandBrakeWPF/Properties/Resources.resx index aa473b6a8..3f2b0a0b8 100644 --- a/win/CS/HandBrakeWPF/Properties/Resources.resx +++ b/win/CS/HandBrakeWPF/Properties/Resources.resx @@ -1150,13 +1150,13 @@ Would you like to overwrite it? Meta Data - Enable Nvidia NVENC Encoder + Allow use of the Nvidia NVENC Encoders - Enable Intel QuickSync Encoder + Allow use of the Intel QuickSync Encoders - Enable AMD VCE Encoder + Allow use of the AMD VCE Encoders The file format entered contained invalid characters. These have been removed. @@ -1282,7 +1282,7 @@ Would you like to overwrite it? Priority Level: - Enable QuickSync Decoding + Prefer use of Intel QuickSync for decoding video when available. Also Use QSV Decoding when not using a QuickSync encoder. (i.e. x265) @@ -1984,4 +1984,7 @@ Non-Live Options: {date} {time} {creation-date} {creation-time} {quality} {bitra Deblock Tune + + Choice of encoder will be made available on the 'Video' tab. + \ No newline at end of file diff --git a/win/CS/HandBrakeWPF/Views/OptionsView.xaml b/win/CS/HandBrakeWPF/Views/OptionsView.xaml index e7a3ed1ec..2357ba925 100644 --- a/win/CS/HandBrakeWPF/Views/OptionsView.xaml +++ b/win/CS/HandBrakeWPF/Views/OptionsView.xaml @@ -295,6 +295,8 @@ + + -- cgit v1.2.3