summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorcehoyos <cehoyos@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-03-16 23:03:18 +0000
committercehoyos <cehoyos@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-03-16 23:03:18 +0000
commit02c87f0578bcb21a1057ec37dcfa7f2b43960f79 (patch)
tree5b19d6bbb0218de42229f8f34bd31b7704832bd9 /DOCS
parent6be0336c0d602c1f5f22bab12a9fce2fb3ae8a46 (diff)
downloadmpv-02c87f0578bcb21a1057ec37dcfa7f2b43960f79.tar.bz2
mpv-02c87f0578bcb21a1057ec37dcfa7f2b43960f79.tar.xz
Add chroma-deint option to vo vdpau (nochroma-deint speeds up deinterlacing).
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28979 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/en/mplayer.15
1 files changed, 5 insertions, 0 deletions
diff --git a/DOCS/man/en/mplayer.1 b/DOCS/man/en/mplayer.1
index 6f866c8c16..ad06109077 100644
--- a/DOCS/man/en/mplayer.1
+++ b/DOCS/man/en/mplayer.1
@@ -3474,6 +3474,11 @@ This is the default if "D" is used to enable deinterlacing.
Motion adaptive temporal deinterlacing with edge-guided spatial interpolation
(currently only working with software-decoded video).
.RE
+.IPs chroma\-deint
+Makes temporal deinterlacers operate both on luma and chroma (default).
+Use nochroma\-deint to solely use luma and speed up advanced deinterlacing.
+Useful with slow video memory.
+.RE
.IPs pullup
Try to apply inverse telecine, needs temporal deinterlacing.
.RE