diff options
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>
|