diff options
author | Scott <[email protected]> | 2015-10-03 14:17:53 +0100 |
---|---|---|
committer | Scott <[email protected]> | 2015-10-03 14:17:53 +0100 |
commit | dc988f3d7b7f3595f1d06e9d819a5ff845bc360d (patch) | |
tree | 004e093c196c77b71d8b1fc08bedaf66db9091dc /win/CS/HandBrakeWPF/Properties/Resources.Designer.cs | |
parent | 613bddd7e85e09e1a8a24e1a4b7c8c5b59ccdd5c (diff) |
Adding some additional tooltips to the picture settings and video tabs.
Diffstat (limited to 'win/CS/HandBrakeWPF/Properties/Resources.Designer.cs')
-rw-r--r-- | win/CS/HandBrakeWPF/Properties/Resources.Designer.cs | 60 |
1 files changed, 0 insertions, 60 deletions
diff --git a/win/CS/HandBrakeWPF/Properties/Resources.Designer.cs b/win/CS/HandBrakeWPF/Properties/Resources.Designer.cs index 23cceef50..d245d5dc8 100644 --- a/win/CS/HandBrakeWPF/Properties/Resources.Designer.cs +++ b/win/CS/HandBrakeWPF/Properties/Resources.Designer.cs @@ -1497,50 +1497,6 @@ namespace HandBrakeWPF.Properties { }
/// <summary>
- /// Looks up a localized string similar to Sets and ensures compliance with the specified H.264 Levels. This will override all other settings..
- /// </summary>
- public static string Video_EncoderLevel {
- get {
- return ResourceManager.GetString("Video_EncoderLevel", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Adjusts settings to trade off compression efficiency against encoding speed.
- ///
- ///This establishes your default settings. Tunes, profiles, levels and advanced options string will be applied to this.
- ///
- ///You should generally set this option to the slowest you can bear since slower settings will result in better quality or smaller files..
- /// </summary>
- public static string Video_EncoderPreset {
- get {
- return ResourceManager.GetString("Video_EncoderPreset", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Limit the profile of the output stream. This will override all other settings..
- /// </summary>
- public static string Video_EncoderProfile {
- get {
- return ResourceManager.GetString("Video_EncoderProfile", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Tune settings to optimise for common scenarios
- ///
- ///This can improve efficiency for particular source characteristics or set of characteristics of the output file.
- ///
- ///Changes will be applied after the preset but before all other parameters..
- /// </summary>
- public static string Video_EncoderTune {
- get {
- return ResourceManager.GetString("Video_EncoderTune", resourceCulture);
- }
- }
-
- /// <summary>
/// Looks up a localized string similar to Higher Quality |.
/// </summary>
public static string Video_HigherQuality {
@@ -1591,22 +1547,6 @@ namespace HandBrakeWPF.Properties { }
/// <summary>
- /// Looks up a localized string similar to Set the desired quality factor. The encoder targets a certain quality.
- ///The scale used by each video encoder is different.
- ///
- ///x264's scale is logarithmic and lower values correspond to higher quality.
- ///So small changes in value will result in progressively larger increases or decreases in the resulting file size.
- ///A value of 0 means lossless and will result in a file size that is larger than the original source,
- ///unless the source was also lossless.
- ///Suggested values are: 18 to 20 for standard definiti [rest of string was truncated]";.
- /// </summary>
- public static string Video_QualitySlider {
- get {
- return ResourceManager.GetString("Video_QualitySlider", resourceCulture);
- }
- }
-
- /// <summary>
/// Looks up a localized string similar to QuickSync hardware not detected or enabled!
///
///In order to use the QuickSync encoder, you must:
|