Skip to content

Commit

Permalink
Adding some additional tooltips to the picture settings and video tabs.
Browse files Browse the repository at this point in the history
  • Loading branch information
sr55 committed Oct 3, 2015
1 parent 613bddd commit dc988f3
Show file tree
Hide file tree
Showing 6 changed files with 409 additions and 120 deletions.
60 changes: 0 additions & 60 deletions win/CS/HandBrakeWPF/Properties/Resources.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

34 changes: 0 additions & 34 deletions win/CS/HandBrakeWPF/Properties/Resources.resx
Original file line number Diff line number Diff line change
Expand Up @@ -241,40 +241,6 @@ may have problems with Weighted P-frame prediction: the Apple TV is completely i
<value>Reduce decoder CPU usage.

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>
Expand Down
256 changes: 256 additions & 0 deletions win/CS/HandBrakeWPF/Properties/ResourcesTooltips.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit dc988f3

Please sign in to comment.