From 030ecc52477a7636aeab96a5496b640884b85f1b Mon Sep 17 00:00:00 2001 From: sr55 Date: Sat, 24 Oct 2020 16:52:16 +0100 Subject: WinGui: Simultaneous encode improvements. - Improvements to the hardware resource manager that determines simultaneous job processing. - Reliability improvements in multiple log file handling. --- win/CS/HandBrakeWPF/Properties/Resources.Designer.cs | 11 ++++++++++- win/CS/HandBrakeWPF/Properties/Resources.resx | 5 ++++- 2 files changed, 14 insertions(+), 2 deletions(-) (limited to 'win/CS/HandBrakeWPF/Properties') diff --git a/win/CS/HandBrakeWPF/Properties/Resources.Designer.cs b/win/CS/HandBrakeWPF/Properties/Resources.Designer.cs index cdae5f877..71764b34b 100644 --- a/win/CS/HandBrakeWPF/Properties/Resources.Designer.cs +++ b/win/CS/HandBrakeWPF/Properties/Resources.Designer.cs @@ -3784,7 +3784,7 @@ namespace HandBrakeWPF.Properties { } /// - /// Looks up a localized string similar to Number of simultaneous encodes:. + /// Looks up a localized string similar to Maximum number of simultaneous encodes:. /// public static string OptionsView_SimultaneousEncodes { get { @@ -3792,6 +3792,15 @@ namespace HandBrakeWPF.Properties { } } + /// + /// Looks up a localized string similar to Notice: This is the upper limit of simultaneous jobs. Hardware limitations may take effect which lowers the actual number of simultaneous jobs during encoding.. + /// + public static string OptionsView_SimultaneousHardwareLimitNotice { + get { + return ResourceManager.GetString("OptionsView_SimultaneousHardwareLimitNotice", resourceCulture); + } + } + /// /// Looks up a localized string similar to ( Windows 10 Only! ). /// diff --git a/win/CS/HandBrakeWPF/Properties/Resources.resx b/win/CS/HandBrakeWPF/Properties/Resources.resx index 0526b15c6..2c70a89d7 100644 --- a/win/CS/HandBrakeWPF/Properties/Resources.resx +++ b/win/CS/HandBrakeWPF/Properties/Resources.resx @@ -2218,7 +2218,7 @@ Please choose a different preset. If the set port is in use, it will find the first free port within +100 from the defined port. - Number of simultaneous encodes: + Maximum number of simultaneous encodes: Cancel @@ -2384,4 +2384,7 @@ Fields are limited to: Level at which low disk space alerts show: + + Notice: This is the upper limit of simultaneous jobs. Hardware limitations may take effect which lowers the actual number of simultaneous jobs during encoding. + \ No newline at end of file -- cgit v1.2.3