OSDN Git Service

translate x264 panel7s tooltips
authorunknown <hirom@.(none)>
Fri, 25 Dec 2009 08:27:49 +0000 (17:27 +0900)
committerhylom <hylom@silver.local>
Tue, 4 Jan 2011 13:51:15 +0000 (22:51 +0900)
win/C#/Controls/x264Panel.resx

index fb94783..83cb27e 100644 (file)
@@ -136,10 +136,10 @@ CABACはentropy codingの一種で、長いデータ列を記述するために
 CAVLCは効率の面ではCABACに劣っているため、同じ映像品質でもCABACを利用した場合と比べてビットレートが15%ほど増加します。</value>\r
   </data>\r
   <data name="check_noDCTDecimate.ToolTip" xml:space="preserve">\r
-    <value>x264 normally zeroes out nearly-empty data blocks to save bits to be better used for some other purpose in the video.  \r
-However, this can sometimes have slight negative effects on retention of subtle grain and dither.  \r
-Don't touch this unless you're having banding issues or other such cases where you are having trouble keeping fine noise.</value>\r
-  </data>\r
+    <value>x264エンコーダはファイルサイズを節約するため、人間の目では認識できないと思われるブロックについては省略して出力します。\r
+これが映像品質に与える影響はごくわずかですが、まれに副作用としてノイズなどが発生することがあります。\r
+このような場合、このオプションをOnにすることで問題を軽減することができます。\r
+このオプションをOnにすると、映像品質は向上しますが、ビットレート/ファイルサイズも大きくなります。つまり、品質設定で「平均ビットレート」、もしくは「ファイルサイズを指定」を選択している場合は画質が悪化します。いっぽう、品質を数値で設定している場合はビットレート/ファイルサイズは増えるものの、画質は向上する可能性があります。</value>\r
   <data name="drop_trellis.ToolTip" xml:space="preserve">\r
     <value>Trellis fine-tunes the rounding of transform coefficients to squeeze out 3-5% more compression at the cost of some speed. \r
 "Always" uses trellis not only during the main encoding process, but also during analysis, which improves compression even \r
@@ -148,20 +148,20 @@ more, albeit at great speed cost.
 Trellis costs more speed at higher bitrates</value>\r
   </data>\r
   <data name="drop_deblockBeta.ToolTip" xml:space="preserve">\r
-    <value>H.264 has a built-in deblocking filter that smooths out blocking artifacts after decoding each frame.  This not only improves visual quality, but also helps compression significantly. \r
-The deblocking filter takes a lot of CPU power, so if you're looking to minimize CPU requirements for video playback, disable it.\r
-\r
-The deblocking filter has two adjustable parameters, \"strength\" and \"threshold\". \r
-The former controls how strong (or weak) the deblocker is, while the latter controls how many (or few)  edges it applies to. \r
-Lower values mean less deblocking, higher values mean more deblocking. The default is 0 (normal strength) for both parameters.</value>\r
+    <value>x264エンコーダにはブロックノイズ軽減フィルタが組み込まれており、動画の再生時にブロックノイズの軽減が行われます。\r
+このフィルタには「強度」と「しきい値」という2つのパラメータがあります。\r
+「強度」はブロックノイズの軽減量を決定するパラメータで、0以下に設定すると画像のぼけを軽減できます。ただし、小さすぎると画像がシャープになりすぎるかもしれません。また、大きい値に設定するほど画像がソフトになります。\r
+「しきい値」はディテールをどの程度残すかを決定するパラメータです。大きくするほど、ぼけたディテールになります。\r
+デフォルトの値はともに「0」です(0といってもブロックノイズ軽減を行わないわけではありません)。これは、多くのケースで適切な値となっています。\r
+このパラメータの設定についてはさまざまな意見がありますが、多くの場合はデフォルトの「0 0」の設定で使われることが多いです。動きの多い映像の場合は「-2 -1」や「-2 -2」のようにシャープな設定が好まれるかもしれません。また、アニメの場合などは「1 1」や「3 3」のようにソフトな設定が好まれるかもしれません。ただし、-4以下、もしくは4以上に設定すると品質が低下することが多いようです。</value>\r
   </data>\r
   <data name="drop_deblockAlpha.ToolTip" xml:space="preserve">\r
-    <value>H.264 has a built-in deblocking filter that smooths out blocking artifacts after decoding each frame.  This not only improves visual quality, but also helps compression significantly. \r
-The deblocking filter takes a lot of CPU power, so if you're looking to minimize CPU requirements for video playback, disable it.\r
-\r
-The deblocking filter has two adjustable parameters, \"strength\" and \"threshold\". \r
-The former controls how strong (or weak) the deblocker is, while the latter controls how many (or few)  edges it applies to. \r
-Lower values mean less deblocking, higher values mean more deblocking. The default is 0 (normal strength) for both parameters.</value>\r
+    <value>x264エンコーダにはブロックノイズ軽減フィルタが組み込まれており、動画の再生時にブロックノイズの軽減が行われます。\r
+このフィルタには「強度」と「しきい値」という2つのパラメータがあります。\r
+「強度」はブロックノイズの軽減量を決定するパラメータで、0以下に設定すると画像のぼけを軽減できます。ただし、小さすぎると画像がシャープになりすぎるかもしれません。また、大きい値に設定するほど画像がソフトになります。\r
+「しきい値」はディテールをどの程度残すかを決定するパラメータです。大きくするほど、ぼけたディテールになります。\r
+デフォルトの値はともに「0」です(0といってもブロックノイズ軽減を行わないわけではありません)。これは、多くのケースで適切な値となっています。\r
+このパラメータの設定についてはさまざまな意見がありますが、多くの場合はデフォルトの「0 0」の設定で使われることが多いです。動きの多い映像の場合は「-2 -1」や「-2 -2」のようにシャープな設定が好まれるかもしれません。また、アニメの場合などは「1 1」や「3 3」のようにソフトな設定が好まれるかもしれません。ただし、-4以下、もしくは4以上に設定すると品質が低下することが多いようです。</value>\r
   </data>\r
   <data name="check_8x8DCT.ToolTip" xml:space="preserve">\r
     <value>The 8x8 transform is the single most useful feature of x264 in terms of compression-per-speed.  \r