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.resx | |
parent | 613bddd7e85e09e1a8a24e1a4b7c8c5b59ccdd5c (diff) |
Adding some additional tooltips to the picture settings and video tabs.
Diffstat (limited to 'win/CS/HandBrakeWPF/Properties/Resources.resx')
-rw-r--r-- | win/CS/HandBrakeWPF/Properties/Resources.resx | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/win/CS/HandBrakeWPF/Properties/Resources.resx b/win/CS/HandBrakeWPF/Properties/Resources.resx index 7915ff051..41a9e58aa 100644 --- a/win/CS/HandBrakeWPF/Properties/Resources.resx +++ b/win/CS/HandBrakeWPF/Properties/Resources.resx @@ -242,40 +242,6 @@ may have problems with Weighted P-frame prediction: the Apple TV is completely i Set this if your device is struggling to play the output. (i.e. dropped frames)</value>
</data>
- <data name="Video_EncoderLevel" xml:space="preserve">
- <value>Sets and ensures compliance with the specified H.264 Levels. This will override all other settings.</value>
- </data>
- <data name="Video_EncoderPreset" xml:space="preserve">
- <value>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.</value>
- </data>
- <data name="Video_EncoderProfile" xml:space="preserve">
- <value>Limit the profile of the output stream. This will override all other settings.</value>
- </data>
- <data name="Video_EncoderTune" xml:space="preserve">
- <value>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.</value>
- </data>
- <data name="Video_QualitySlider" xml:space="preserve">
- <value>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 definition sources and 20 to 23 for high definition sources.
-
-x265 is a new encoder, so there are no recommended values yet. You'll have to experiment.
-
-FFMpeg's and Theora's scale is more linear. These encoders do not have a lossless mode.</value>
- </data>
<data name="Video_LosslessWarning" xml:space="preserve">
<value>Warning: RF 0 is Lossless!</value>
</data>
|