summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-02-01 21:53:28 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-02-01 21:53:28 +0000
commit95108e68f20d2f7b3472bc04e01588c036750fbd (patch)
tree9428f3fe3687cb69b276f7e41a4829f68e19ee55 /DOCS
parentd03ece95099b1c2ad39ca3a2b0c38e289e914858 (diff)
downloadmpv-95108e68f20d2f7b3472bc04e01588c036750fbd.tar.bz2
mpv-95108e68f20d2f7b3472bc04e01588c036750fbd.tar.xz
rgbtest filter added, kerndeint filter description fixed and moved to a
more sensible location. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11905 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/en/mplayer.142
1 files changed, 23 insertions, 19 deletions
diff --git a/DOCS/man/en/mplayer.1 b/DOCS/man/en/mplayer.1
index f757b11ee3..a2947d93b0 100644
--- a/DOCS/man/en/mplayer.1
+++ b/DOCS/man/en/mplayer.1
@@ -2695,6 +2695,10 @@ force quantization parameter
.B test\ \ \
Generate various test patterns.
.TP
+.B rgbtest
+Generate an RGB test pattern useful for detecting RGB vs BGR issues.
+You should see a red, green and blue stripe from top to bottom.
+.TP
.B lavc[=quality:fps]
Fast software YV12 to MPEG1 conversion with libavcodec for use with DVB/\:DXR3.
Faster and of better quality than \-vf fame.
@@ -2848,6 +2852,24 @@ be detected as interlaced to drop the frame.
.B lavcdeint
Use libavcodec's deinterlace filter.
.TP
+.B kerndeint[=map[:order[:thresh[:sharp[:twoway]]]]]
+Donald Graft's adaptive kernel deinterlacer.
+Deinterlaces parts of a video if a configurable threshold is exceeded.
+.PD 0
+.RSs
+.IPs "map (0 or 1)"
+Paint pixels which exceed the threshold white (default: 0).
+.IPs "order (0 or 1)"
+Swap fields if 1 (default: 0).
+.IPs "thresh (0 - 255)"
+Threshold (default 10).
+.IPs "sharp (0 or 1)"
+Enable additional sharpening (default: 0).
+.IPs "twoway (0 or 1)"
+Enable twoway sharpening (default: 0).
+.RE
+.PD 1
+.TP
.B unsharp=l|cWxH:amount[:l|cWxH:amount]
Unsharp mask / gaussian blur.
.RSs
@@ -2959,7 +2981,7 @@ detc filter, and should be used with MEncoder but not with MPlayer.
As with detc, you must specify the correct output framerate (\-ofps
23.976) when using MEncoder.
.TP
-.B pullup
+.B pullup\
Third-generation pulldown reversal (inverse telecine) filter,
capable of handling mixed hard-telecine, 24 fps progressive, and 30
fps progressive content.
@@ -3342,24 +3364,6 @@ can upscale the resulting MJPEG images to the original size.
The option fd instructs the filter to always perform the requested
decimation (ugly).
.RE
-.PD 1
-.TP
-.B kerndeint[=map[:order[:thresh[:sharp[:twoway]]]]]
-Donald Graft's adaptive kernel deinterlacer.
-Deinterlaces parts of video if a configurable threshold is exceeded.
-.PD 0
-.RSs
-.IPs map (0 or 1)
-Paint pixels which exceed the threshold white (default 0).
-.IPs order (0 or 1)
-Swap fields if 1 (default 0).
-.IPs thresh (0 - 255)
-Threshold (default 10).
-.IPs sharp (0 or 1)
-Enable additional sharping (default 0).
-.IPs twoway (0 or 1)
-Enable twoway sharping (default 0).
-.RE
.
.
.SH "VIDEO OUTPUT DRIVERS (MPLAYER ONLY)"