[MPlayer-DOCS] CVS: main/DOCS/man/en mplayer.1,1.799,1.800
Guillaume Poirier CVS
syncmail at mplayerhq.hu
Tue Nov 2 18:22:27 CET 2004
- Previous message: [MPlayer-DOCS] CVS: homepage/images arpi-s.jpg, 1.1, NONE arpi.jpg, 1.1, NONE hq-small.gif, 1.1, NONE hq.gif, 1.1, NONE lgb-640k.jpg, 1.1, NONE poncso.jpg, 1.1, NONE team.jpg, 1.1, NONE torgyi.jpg, 1.1, NONE
- Next message: [MPlayer-DOCS] CVS: main/DOCS/man/fr mplayer.1,1.159,1.160
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
CVS change done by Guillaume Poirier CVS
Update of /cvsroot/mplayer/main/DOCS/man/en
In directory mail:/var2/tmp/cvs-serv3751/DOCS/man/en
Modified Files:
mplayer.1
Log Message:
have each XviD's option flag have its (no)counterpart
Index: mplayer.1
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/man/en/mplayer.1,v
retrieving revision 1.799
retrieving revision 1.800
diff -u -r1.799 -r1.800
--- mplayer.1 1 Nov 2004 20:30:24 -0000 1.799
+++ mplayer.1 2 Nov 2004 17:22:23 -0000 1.800
@@ -33,7 +33,7 @@
.\" Title
.\" --------------------------------------------------------------------------
.
-.TH MPlayer 1 "2004-10-20" "The MPlayer Project" "The Movie Player"
+.TH MPlayer 1 "2004-11-02" "The MPlayer Project" "The Movie Player"
.
.SH NAME
mplayer \- movie player
@@ -6481,7 +6481,7 @@
you need realtime encoding.
.
.TP
-.B interlacing
+.B (no)interlacing
Encode the fields of interlaced video material.
Turn this option on for interlaced content.
.br
@@ -6579,7 +6579,7 @@
(default: 30, 2pass mode only)
.
.TP
-.B greyscale
+.B (no)greyscale
Make XviD discard chroma planes so the encoded video is greyscale only.
Note that this does not speed up encoding, it just prevents chroma data
from being written in the last stage of encoding.
@@ -6596,7 +6596,7 @@
releases of XviD 1.0.x (api4).
.
.TP
-.B packed\
+.B (no)packed
Create a bitstream which can be decoded delay-free.
.br
.I WARNING:
@@ -6648,7 +6648,7 @@
own risks!
.
.TP
-.B qpel\ \ \
+.B (no)qpel\
MPEG4 uses a half pixel precision for its motion search by default.
The standard proposes a mode where encoders are allowed to use quarter
pixel precision.
@@ -6660,14 +6660,14 @@
is worth activating.
.
.TP
-.B gmc\ \ \ \
+.B (no)gmc\
Enable Global Motion Compensation, which makes XviD generate special
frames (GMC-frames) which are well suited for Pan/\:Zoom/\:Rotating images.
Whether or not the use of this option will save bits is highly
dependent on the source material.
.
.TP
-.B trellis
+.B (no)trellis
Trellis Quantization is a kind of adaptive quantization method that
saves bits by modifying quantized coefficients to make them more
compressible by the entropy encoder.
@@ -6676,7 +6676,7 @@
quality at fixed bitrate) at a lesser cost than with VHQ.
.
.TP
-.B cartoon
+.B (no)cartoon
Activate this if your encoded sequence is an anime/\:cartoon.
It modifies some XviD internal thresholds so XviD takes better decisions on
frame types and motion vectors for flat looking cartoons.
@@ -6689,7 +6689,7 @@
When using custom matrices, MPEG quantization must be used.
.
.TP
-.B chroma_me
+.B (no)chroma_me
The usual motion estimation algorithm uses only the luminance information to
find the best motion vector.
However for some video material, using the chroma planes can help find
@@ -6697,7 +6697,7 @@
This setting toggles the use of chroma planes for motion estimation.
.
.TP
-.B chroma_opt
+.B (no)chroma_opt
Enable a chroma optimizer prefilter.
It will do some extra magic on color information to minimize the
stepped-stairs effect on edges.
@@ -6708,7 +6708,7 @@
encoding in greyscale.
.
.TP
-.B hq_ac\ \
+.B (no)hq_ac
Activates High Quality AC coefficient prediction from neighbor blocks.
.
.TP
@@ -6882,7 +6882,7 @@
The aspect parameter can be given as a ratio or a floating point number.
.
.TP
-.B autoaspect
+.B (no)autoaspect
Same as the aspect option, but automatically computes aspect, taking
into account all the adjustments (crop/\:expand/\:scale/\:etc.) made in the
filter chain.
@@ -6955,7 +6955,7 @@
number of consecutive B-frames between I- and P-frames (default: 0)
.
.TP
-.B deblock | nodeblock
+.B (no)deblock
Use deblocking filter (default: on).
As it takes very little time compared to its quality gain, it's not
recommend to disable it.
@@ -6982,7 +6982,7 @@
Affects the maximum allowed gradient within two adjacent blocks.
.
.TP
-.B cabac | nocabac
+.B (no)cabac
Use CABAC (Context-Adaptive Binary Arithmetic Coding) (default: on).
Slightly slows down encoding and decoding, but should save 10-15% bitrate.
Unless you are looking for speed, you should not disable it.
@@ -7105,7 +7105,7 @@
higher values force it to vary more smoothly.
.
.TP
-.B fullinter | nofullinter
+.B (no)fullinter
Use all available interframe macroblock types (i16x16, i4x4, p16x16,
p16x8, p8x16, p8x8, p8x4, p4x8, p4x4, pskip)
The idea is to find the type and size that best describe a certain area
@@ -7151,7 +7151,7 @@
.REss
.
.TP
-.B psnr | nopsnr
+.B (no)psnr
Print signal-to-noise ratio statistics.
.br
.I NOTE:
- Previous message: [MPlayer-DOCS] CVS: homepage/images arpi-s.jpg, 1.1, NONE arpi.jpg, 1.1, NONE hq-small.gif, 1.1, NONE hq.gif, 1.1, NONE lgb-640k.jpg, 1.1, NONE poncso.jpg, 1.1, NONE team.jpg, 1.1, NONE torgyi.jpg, 1.1, NONE
- Next message: [MPlayer-DOCS] CVS: main/DOCS/man/fr mplayer.1,1.159,1.160
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the MPlayer-DOCS
mailing list