diff options
author | sr55 <[email protected]> | 2011-03-04 21:32:25 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2011-03-04 21:32:25 +0000 |
commit | 4743f841ea47a59d1700c1e24e9b6f0d150aa463 (patch) | |
tree | 78c873e3f79fda20a253679d44e328afdd011f8b /win/C#/frmMain.resx | |
parent | d20319e5823b0d1bbc76e069ada93e40398228a6 (diff) |
WinGui:
- Fixed dodgy tooltip
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3826 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/C#/frmMain.resx')
-rw-r--r-- | win/C#/frmMain.resx | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/win/C#/frmMain.resx b/win/C#/frmMain.resx index ac23acbdf..58a090f55 100644 --- a/win/C#/frmMain.resx +++ b/win/C#/frmMain.resx @@ -140,6 +140,14 @@ the original source, unless the source was also lossless FFmpeg's and Theora's scale is more linear. These encoders do not have a lossless mode.</value>
</data>
+ <data name="text_bitrate.ToolTip" xml:space="preserve">
+ <value>Set the average bitrate. The instantaneous bitrate can be
+much higher or lower at any point in time. But the average over a long
+duration will be the value set here.
+
+If you need to limit instantaneous bitrate look into x264's vbv-bufsize and
+vbv-maxrate settings.</value>
+ </data>
<metadata name="number.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>True</value>
</metadata>
|