mirror of
https://github.com/mpv-player/mpv
synced 2025-01-20 06:11:10 +00:00
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
This commit is contained in:
parent
d03ece9509
commit
95108e68f2
@ -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)"
|
||||
|
Loading…
Reference in New Issue
Block a user