changeset 30461:912b24967485

Clarify -vo vdpau:pullup
author cehoyos
date Thu, 04 Feb 2010 16:56:28 +0000
parents 2675229bd06f
children e198c0a3fee1
files DOCS/man/en/mplayer.1 libvo/vo_vdpau.c
diffstat 2 files changed, 5 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/DOCS/man/en/mplayer.1	Thu Feb 04 14:42:57 2010 +0000
+++ b/DOCS/man/en/mplayer.1	Thu Feb 04 16:56:28 2010 +0000
@@ -3528,7 +3528,9 @@
 Use nochroma\-deint to solely use luma and speed up advanced deinterlacing.
 Useful with slow video memory.
 .IPs pullup
-Try to apply inverse telecine, needs motion adaptive temporal deinterlacing.
+Try to skip deinterlacing for progressive frames, useful for watching
+telecined content, needs fast video hardware for high resolutions.
+Only works with motion adaptive temporal deinterlacing.
 .IPs colorspace
 Select the color space for YUV to RGB conversion.
 In general BT.601 should be used for standard definition (SD) content and
--- a/libvo/vo_vdpau.c	Thu Feb 04 14:42:57 2010 +0000
+++ b/libvo/vo_vdpau.c	Thu Feb 04 16:56:28 2010 +0000
@@ -1203,7 +1203,8 @@
     "    Operate on luma and chroma when using temporal deinterlacing (default)\n"
     "    Use nochroma-deint to speed up temporal deinterlacing\n"
     "  pullup\n"
-    "    Try to apply inverse-telecine (needs temporal deinterlacing)\n"
+    "    Try to skip deinterlacing for progressive frames
+    "    (only works with temporal deinterlacing, useful for telecined content)\n"
     "  denoise\n"
     "    Apply denoising, argument is strength from 0.0 to 1.0\n"
     "  sharpen\n"