changeset 11904:7fd3f926a294

rgbtest filter added, kerndeint filter description fixed and moved to a more sensible location.
author diego
date Sun, 01 Feb 2004 21:53:28 +0000
parents 41f016f1cd66
children e1730b82a762
files DOCS/man/en/mplayer.1
diffstat 1 files changed, 23 insertions(+), 19 deletions(-) [+]
line wrap: on
line diff
--- a/DOCS/man/en/mplayer.1	Sun Feb 01 13:08:40 2004 +0000
+++ b/DOCS/man/en/mplayer.1	Sun Feb 01 21:53:28 2004 +0000
@@ -2695,6 +2695,10 @@
 .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 @@
 .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 @@
 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 @@
 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)"