diff options
author | sr55 <[email protected]> | 2015-01-10 18:14:11 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2015-01-10 18:14:11 +0000 |
commit | 2d7ab4d15eb9ea450787831445cbf79d5192d18c (patch) | |
tree | dbc3547f778aecfd0ee35cd065d54971260f92a5 /win/CS/HandBrakeWPF/Properties | |
parent | 0c5b67ec4b331028bac27c6761ae371dc75391b2 (diff) |
WinGui:
- Fix the DRC call
- Adding a HandBrake instance manager for scanning to make calls into the libhb helper methods easier.
- Remove codecparam from the audio models
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6724 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/CS/HandBrakeWPF/Properties')
-rw-r--r-- | win/CS/HandBrakeWPF/Properties/Resources.resx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win/CS/HandBrakeWPF/Properties/Resources.resx b/win/CS/HandBrakeWPF/Properties/Resources.resx index 3cff5b87d..fa9de5a2a 100644 --- a/win/CS/HandBrakeWPF/Properties/Resources.resx +++ b/win/CS/HandBrakeWPF/Properties/Resources.resx @@ -272,7 +272,7 @@ A value of 0 means lossless and will result in a file size that is larger than t unless the source was also lossless.
Suggested values are: 18 to 20 for Standard Definition and 20 to 23 for High Definition.
-x265 is early on in it's development, so there are no recommended values yet. You'll have to experiment.
+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>
|