diff options
author | gpoirier <gpoirier@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2006-11-18 12:35:29 +0000 |
---|---|---|
committer | gpoirier <gpoirier@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2006-11-18 12:35:29 +0000 |
commit | 45358915e778f85f5420da88db666dac0db6aa12 (patch) | |
tree | 0dc31812851f92500def37855a3391a70130f2d8 /DOCS | |
parent | c7256fa6f97e8a684ebfee9617dabd12d595a90a (diff) |
group together "quant_type" and quant_*_matrix since they are related
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21017 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r-- | DOCS/man/en/mplayer.1 | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/DOCS/man/en/mplayer.1 b/DOCS/man/en/mplayer.1 index 99192ad8f9..b51f95316a 100644 --- a/DOCS/man/en/mplayer.1 +++ b/DOCS/man/en/mplayer.1 @@ -8665,6 +8665,16 @@ When using custom matrices, MPEG quantization be used. . .TP +.B quant_intra_matrix=<filename> +Load a custom intra matrix file. +You can build such a file with xvid4conf's matrix editor. +. +.TP +.B quant_inter_matrix=<filename> +Load a custom inter matrix file. +You can build such a file with xvid4conf's matrix editor. +. +.TP .B keyframe_boost=<0\-1000> (two pass mode only) Shift some bits from the pool for other frame types to intra frames, thus improving keyframe quality. @@ -8749,16 +8759,6 @@ Playing with this setting may result in a jerky video, so use it at your own risks! . .TP -.B quant_intra_matrix=<filename> -Load a custom intra matrix file. -You can build such a file with xvid4conf's matrix editor. -. -.TP -.B quant_inter_matrix=<filename> -Load a custom inter matrix file. -You can build such a file with xvid4conf's matrix editor. -. -.TP .B curve_compression_high=<0\-100> This setting allows Xvid to take a certain percentage of bits away from high bitrate scenes and give them back to the bit reservoir. |