From 1a608bf2bdd574c7a2d2353f55ac354e3a43075d Mon Sep 17 00:00:00 2001 From: cehoyos Date: Thu, 26 Feb 2009 18:02:38 +0000 Subject: Document that -field-dominance also works for vdpau. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28735 b3059339-0415-0410-9bf9-f77b7e298cf2 --- DOCS/man/en/mplayer.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'DOCS/man/en/mplayer.1') diff --git a/DOCS/man/en/mplayer.1 b/DOCS/man/en/mplayer.1 index 130f747929..82744f771a 100644 --- a/DOCS/man/en/mplayer.1 +++ b/DOCS/man/en/mplayer.1 @@ -4408,7 +4408,7 @@ Disable automatic movie aspect ratio compensation. .B "\-field\-dominance <\-1\-1>" Set first field for interlaced content. Useful for deinterlacers that double the framerate: \-vf tfields=1, -\-vf yadif=1 and \-vo xvmc:bobdeint. +\-vf yadif=1, \-vo vdpau:deint and \-vo xvmc:bobdeint. .PD 0 .RSs .IPs \-1 -- cgit v1.2.3 From 2614be14cc819546c28a9204848ec3980789df4e Mon Sep 17 00:00:00 2001 From: cehoyos Date: Thu, 26 Feb 2009 18:20:32 +0000 Subject: Support "D" to (de-)activate deinterlacing when using vo vdpau. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28736 b3059339-0415-0410-9bf9-f77b7e298cf2 --- DOCS/man/en/mplayer.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'DOCS/man/en/mplayer.1') diff --git a/DOCS/man/en/mplayer.1 b/DOCS/man/en/mplayer.1 index 82744f771a..f94c81c80a 100644 --- a/DOCS/man/en/mplayer.1 +++ b/DOCS/man/en/mplayer.1 @@ -285,7 +285,7 @@ Start/stop taking screenshots. Show filename on the OSD. .IPs "! and @" Seek to the beginning of the previous/next chapter. -.IPs "D (\-vo xvmc, \-vf yadif, \-vf kerndeint only)" +.IPs "D (\-vo xvmc, \-vo vdpau, \-vf yadif, \-vf kerndeint only)" Activate/deactivate deinterlacer. .IPs "A" Cycle through the available DVD angles. -- cgit v1.2.3 From c9a3957279ef16e7b0457b648606d9e89884ede9 Mon Sep 17 00:00:00 2001 From: cehoyos Date: Fri, 27 Feb 2009 16:44:28 +0000 Subject: vdpau:pullup only works with temporal and temporal-spatial deinterlacing. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28740 b3059339-0415-0410-9bf9-f77b7e298cf2 --- DOCS/man/en/mplayer.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'DOCS/man/en/mplayer.1') diff --git a/DOCS/man/en/mplayer.1 b/DOCS/man/en/mplayer.1 index f94c81c80a..d158189c4c 100644 --- a/DOCS/man/en/mplayer.1 +++ b/DOCS/man/en/mplayer.1 @@ -3447,7 +3447,7 @@ Motion adaptive temporal deinterlacing with edge-guided spatial interpolation (not yet working). .RE .IPs pullup -Try to apply inverse telecine, needs deinterlacing. +Try to apply inverse telecine, needs temporal deinterlacing. .RE .PD 1 . -- cgit v1.2.3 From 34fdebf9687c9138d7816d84530782b10db818e8 Mon Sep 17 00:00:00 2001 From: cehoyos Date: Fri, 27 Feb 2009 22:13:39 +0000 Subject: Update vdpau:deint documentation. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28745 b3059339-0415-0410-9bf9-f77b7e298cf2 --- DOCS/man/en/mplayer.1 | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'DOCS/man/en/mplayer.1') diff --git a/DOCS/man/en/mplayer.1 b/DOCS/man/en/mplayer.1 index d158189c4c..403e520582 100644 --- a/DOCS/man/en/mplayer.1 +++ b/DOCS/man/en/mplayer.1 @@ -3439,10 +3439,13 @@ Chooses the deinterlacer (default: 0). .IPs 0 No deinterlacing. .IPs 1 -Bob deinterlacing (current fallback for advanced deinterlacers). +Show only one field, similar to \-vf field. .IPs 2 -Motion adaptive temporal deinterlacing (not yet working). +Bob deinterlacing (current fallback for advanced deinterlacers). .IPs 3 +Motion adaptive temporal deinterlacing (not yet working). +This is the default if "D" is used to enable deinterlacing. +.IPs 4 Motion adaptive temporal deinterlacing with edge-guided spatial interpolation (not yet working). .RE -- cgit v1.2.3