summaryrefslogtreecommitdiffstats
path: root/DOCS/man/en/mplayer.1
diff options
context:
space:
mode:
authorUoti Urpala <uau@glyph.nonexistent.invalid>2009-02-25 05:03:51 +0200
committerUoti Urpala <uau@glyph.nonexistent.invalid>2009-02-25 05:03:51 +0200
commit54bb7a2582ce084895dcd0c6511dda4baf9a6c0e (patch)
treefe7d16a2a5f8131f2cef595933dd65bbfc25bf4b /DOCS/man/en/mplayer.1
parent66f6f9f0768de5b003fc1b0fa9b1ea428466308a (diff)
parentd1e6b2360c90db4293f3ff40a92c8e4dfa331679 (diff)
downloadmpv-54bb7a2582ce084895dcd0c6511dda4baf9a6c0e.tar.bz2
mpv-54bb7a2582ce084895dcd0c6511dda4baf9a6c0e.tar.xz
Merge svn changes up to r28728
Diffstat (limited to 'DOCS/man/en/mplayer.1')
-rw-r--r--DOCS/man/en/mplayer.124
1 files changed, 24 insertions, 0 deletions
diff --git a/DOCS/man/en/mplayer.1 b/DOCS/man/en/mplayer.1
index 81ebd0cbec..dd16b4d047 100644
--- a/DOCS/man/en/mplayer.1
+++ b/DOCS/man/en/mplayer.1
@@ -3426,6 +3426,30 @@ Select the driver to use as source to overlay on top of X11.
.B vdpau (with \-vc ffmpeg12vdpau, ffwmv3vdpau, ffvc1vdpau or ffh264vdpau)
Video output that uses VDPAU to decode video via hardware.
Also supports displaying of software-decoded video.
+.PD 0
+.RSs
+.IPs sharpen=<\-1\-1>
+For positive values, apply a sharpening algorithm to the video,
+for negative values a blurring algorithm (default: 0).
+.IPs denoise=<0\-1>
+Apply a noise reduction algorithm to the video (default: 0, no noise reduction).
+.IPs deint=<0\-3>
+Chooses the deinterlacer (default: 0).
+.RSss
+.IPs 0
+No deinterlacing.
+.IPs 1
+Bob deinterlacing (current fallback for advanced deinterlacers).
+.IPs 2
+Motion adaptive temporal deinterlacing (not yet working).
+.IPs 3
+Motion adaptive temporal deinterlacing with edge-guided spatial interpolation
+(not yet working).
+.RE
+.IPs pullup
+Try to apply inverse telecine, needs deinterlacing.
+.RE
+.PD 1
.
.TP
.B xvmc (X11 with \-vc ffmpeg12mc only)