From: sr55 Date: Fri, 4 Mar 2011 21:32:25 +0000 (+0000) Subject: WinGui: X-Git-Tag: 0.9.6~637 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4743f841ea47a59d1700c1e24e9b6f0d150aa463;p=handbrake WinGui: - Fixed dodgy tooltip git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3826 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- diff --git a/win/C#/frmMain.Designer.cs b/win/C#/frmMain.Designer.cs index 764d1c82b..9c01eab9c 100644 --- a/win/C#/frmMain.Designer.cs +++ b/win/C#/frmMain.Designer.cs @@ -333,7 +333,7 @@ namespace Handbrake this.text_bitrate.Name = "text_bitrate"; this.text_bitrate.Size = new System.Drawing.Size(81, 21); this.text_bitrate.TabIndex = 14; - this.ToolTip.SetToolTip(this.text_bitrate, "Set the average bitrate. The instantaneous bitrate can be"); + this.ToolTip.SetToolTip(this.text_bitrate, resources.GetString("text_bitrate.ToolTip")); // // check_optimiseMP4 // 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 @@ -139,6 +139,14 @@ file size. A value of 0 means lossless and will result in a file size that is la 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. + + + 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. True