From b92943212725a7e49247c6fbc6b50a044f32485e Mon Sep 17 00:00:00 2001 From: cehoyos Date: Tue, 24 Feb 2009 22:06:14 +0000 Subject: Document -vo vdpau:sharpen. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28720 b3059339-0415-0410-9bf9-f77b7e298cf2 --- DOCS/man/en/mplayer.1 | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'DOCS/man/en') diff --git a/DOCS/man/en/mplayer.1 b/DOCS/man/en/mplayer.1 index c8d199fa6f..8030bfbdae 100644 --- a/DOCS/man/en/mplayer.1 +++ b/DOCS/man/en/mplayer.1 @@ -3426,6 +3426,12 @@ 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> +Apply a sharpening algorithm to the video (default: 0). +.RE +.PD 1 . .TP .B xvmc (X11 with \-vc ffmpeg12mc only) -- cgit v1.2.3 From 1440333b8a3b8ef8a5e520d892000915c510a53e Mon Sep 17 00:00:00 2001 From: cehoyos Date: Tue, 24 Feb 2009 22:09:51 +0000 Subject: Document -vo vdpau:denoise. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28721 b3059339-0415-0410-9bf9-f77b7e298cf2 --- DOCS/man/en/mplayer.1 | 2 ++ 1 file changed, 2 insertions(+) (limited to 'DOCS/man/en') diff --git a/DOCS/man/en/mplayer.1 b/DOCS/man/en/mplayer.1 index 8030bfbdae..3c0be242dd 100644 --- a/DOCS/man/en/mplayer.1 +++ b/DOCS/man/en/mplayer.1 @@ -3430,6 +3430,8 @@ Also supports displaying of software-decoded video. .RSs .IPs sharpen=<\-1\-1> Apply a sharpening algorithm to the video (default: 0). +.IPs denoise=<0\-1> +Apply a noise reduction algorithm to the video (default: 0, no noise reduction). .RE .PD 1 . -- cgit v1.2.3 From 1ae523f93d199b45169b6b0d5b853b022ec57e09 Mon Sep 17 00:00:00 2001 From: cehoyos Date: Tue, 24 Feb 2009 22:11:37 +0000 Subject: Clarify -vo vdpau:sharpen. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28722 b3059339-0415-0410-9bf9-f77b7e298cf2 --- DOCS/man/en/mplayer.1 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'DOCS/man/en') diff --git a/DOCS/man/en/mplayer.1 b/DOCS/man/en/mplayer.1 index 3c0be242dd..f710d67a13 100644 --- a/DOCS/man/en/mplayer.1 +++ b/DOCS/man/en/mplayer.1 @@ -3429,7 +3429,8 @@ Also supports displaying of software-decoded video. .PD 0 .RSs .IPs sharpen=<\-1\-1> -Apply a sharpening algorithm to the video (default: 0). +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). .RE -- cgit v1.2.3 From 8fe1d4ce2eafe1cec689d19644f8a07878ce7956 Mon Sep 17 00:00:00 2001 From: cehoyos Date: Tue, 24 Feb 2009 22:57:42 +0000 Subject: Document -vo vdpau:deint. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28725 b3059339-0415-0410-9bf9-f77b7e298cf2 --- DOCS/man/en/mplayer.1 | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'DOCS/man/en') diff --git a/DOCS/man/en/mplayer.1 b/DOCS/man/en/mplayer.1 index f710d67a13..88938e1cd6 100644 --- a/DOCS/man/en/mplayer.1 +++ b/DOCS/man/en/mplayer.1 @@ -3433,6 +3433,19 @@ 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 .RE .PD 1 . -- cgit v1.2.3 From 08ac7b59a35342d94d220e8e010c7b9684cfd16b Mon Sep 17 00:00:00 2001 From: cehoyos Date: Tue, 24 Feb 2009 23:01:06 +0000 Subject: Document -vo vdpau:pullup. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28727 b3059339-0415-0410-9bf9-f77b7e298cf2 --- DOCS/man/en/mplayer.1 | 2 ++ 1 file changed, 2 insertions(+) (limited to 'DOCS/man/en') diff --git a/DOCS/man/en/mplayer.1 b/DOCS/man/en/mplayer.1 index 88938e1cd6..130f747929 100644 --- a/DOCS/man/en/mplayer.1 +++ b/DOCS/man/en/mplayer.1 @@ -3446,6 +3446,8 @@ Motion adaptive temporal deinterlacing (not yet working). 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 . -- cgit v1.2.3