r29769 - in trunk: DOCS/man/en/mplayer.1 libvo/vo_vdpau.c
Author: cehoyos Date: Sat Oct 10 22:53:42 2009 New Revision: 29769 Log: Add colorspace option to vo_vdpau. Allows to use ITU-R BT.709 instead of the default ITU-R BT.601. Patch by Lauri Mylläri, lauri D myllari gmail Modified: trunk/DOCS/man/en/mplayer.1 Changes in other areas also in this revision: Modified: trunk/libvo/vo_vdpau.c Modified: trunk/DOCS/man/en/mplayer.1 ============================================================================== --- trunk/DOCS/man/en/mplayer.1 Sat Oct 10 12:39:05 2009 (r29768) +++ trunk/DOCS/man/en/mplayer.1 Sat Oct 10 22:53:42 2009 (r29769) @@ -3493,6 +3493,22 @@ Use nochroma\-deint to solely use luma a Useful with slow video memory. .IPs pullup Try to apply inverse telecine, needs motion adaptive temporal deinterlacing. +.IPs colorspace +Select the color space for YUV to RGB conversion (default: 1, BT.601). +In general BT.601 should be used for standard definition (SD) content and +BT.709 for high definition (HD) content. +Using incorrect color space results in slightly under or over saturated and +shifted colors. +.RSss +.IPs 0 +Guess the color space based on video resolution. +Video with width >= 1280 or height > 576 is assumed to be HD and BT.709 color +space will be used. +.IPs 1 +Use ITU-R BT.601 color space (default). +.IPs 2 +Use ITU-R BT.709 color space. +.RE .RE .PD 1 .
On Sat, 10 Oct 2009 22:53:42 +0200 (CEST) cehoyos <subversion@mplayerhq.hu> wrote:
Author: cehoyos Date: Sat Oct 10 22:53:42 2009 New Revision: 29769
Log: Add colorspace option to vo_vdpau. Allows to use ITU-R BT.709 instead of the default ITU-R BT.601.
Patch by Lauri Mylläri, lauri D myllari gmail
Modified: trunk/DOCS/man/en/mplayer.1
Changes in other areas also in this revision: Modified: trunk/libvo/vo_vdpau.c
Modified: trunk/DOCS/man/en/mplayer.1 ============================================================================== --- trunk/DOCS/man/en/mplayer.1 Sat Oct 10 12:39:05 2009 (r29768) +++ trunk/DOCS/man/en/mplayer.1 Sat Oct 10 22:53:42 2009 (r29769) @@ -3493,6 +3493,22 @@ Use nochroma\-deint to solely use luma a Useful with slow video memory. .IPs pullup Try to apply inverse telecine, needs motion adaptive temporal deinterlacing. +.IPs colorspace +Select the color space for YUV to RGB conversion (default: 1, BT.601). +In general BT.601 should be used for standard definition ... +.IPs 1 +Use ITU-R BT.601 color space (default). +.IPs 2
imho one of the 'default' keyword is abused here;P i would keep only the first one
On Tue, 13 Oct 2009 12:01:57 +0200 Paul TT <mplayer@paultt.org> wrote: ...
+.IPs 1 +Use ITU-R BT.601 color space (default). +.IPs 2
imho one of the 'default' keyword is abused here;P i would keep only the first one
any comment? rereading other man sections, probably it's better off to keep the second :) if nobody complains i'll fix it
On Thu, Oct 22, 2009 at 03:41:22PM +0200, Paul TT wrote:
On Tue, 13 Oct 2009 12:01:57 +0200 Paul TT <mplayer@paultt.org> wrote:
...
+.IPs 1 +Use ITU-R BT.601 color space (default). +.IPs 2
imho one of the 'default' keyword is abused here;P i would keep only the first one
any comment? rereading other man sections, probably it's better off to keep the second :) if nobody complains i'll fix it
Fix it. Diego
participants (3)
-
cehoyos -
Diego Biurrun -
Paul TT