summaryrefslogtreecommitdiffstats
path: root/win/C#
diff options
context:
space:
mode:
authorsr55 <[email protected]>2010-07-10 13:33:11 +0000
committersr55 <[email protected]>2010-07-10 13:33:11 +0000
commitd484afb3733d33d42392b915a195769aee2a0ba5 (patch)
treed8f20172bba82839c96bdaf7d616fde3d0cae11b /win/C#
parent9d5aa62e826ac6742169bdf6f8f66e4001925c87 (diff)
WinGui:
- Fix x264 tooltip for Pyramid BFrames git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3435 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/C#')
-rw-r--r--win/C#/Controls/x264Panel.resx8
1 files changed, 4 insertions, 4 deletions
diff --git a/win/C#/Controls/x264Panel.resx b/win/C#/Controls/x264Panel.resx
index 488377436..1339f1faf 100644
--- a/win/C#/Controls/x264Panel.resx
+++ b/win/C#/Controls/x264Panel.resx
@@ -233,9 +233,9 @@ Note that some devices and players, even those that support Main Profile,
may have problems with Weighted P-frame prediction: the Apple TV is completely incompatible with it, for example.</value>
</data>
<data name="combo_pyrmidalBFrames.ToolTip" xml:space="preserve">
- <value>This is the distance x264 searches from its best guess at the motion of a block in order to try to find its actual motion.
-Doesn't apply to Diamond or Hexagon search options.
-The default is fine for most content, but extremely high motion video, especially at HD resolutions,
-may benefit from higher ranges, albeit at a high speed cost.</value>
+ <value>B-pyramid improves compression by creating a pyramidal structure (hence the name) of B-frames, allowing B-frames to
+reference each other to improve compression.
+
+Requires Max B-frames greater than 1; optimal adaptive B-frames is strongly recommended for full compression benefit.</value>
</data>
</root> \ No newline at end of file