From b67497a5b0d781a3689691b17ef6da0fac3354ab Mon Sep 17 00:00:00 2001 From: jrash Date: Fri, 8 Jan 2010 11:25:18 +0000 Subject: sync with en/mplayer.1 r30197 git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30237 b3059339-0415-0410-9bf9-f77b7e298cf2 --- DOCS/man/zh_CN/mplayer.1 | 33 ++++++++++++++++++++++++++++++--- 1 file changed, 30 insertions(+), 3 deletions(-) (limited to 'DOCS') diff --git a/DOCS/man/zh_CN/mplayer.1 b/DOCS/man/zh_CN/mplayer.1 index 274ef7c2b8..0c7a2d7a31 100644 --- a/DOCS/man/zh_CN/mplayer.1 +++ b/DOCS/man/zh_CN/mplayer.1 @@ -1,4 +1,4 @@ -.\" sync with en/mplayer.1 r30135 +.\" sync with en/mplayer.1 r30197 .\" Encoding: UTF-8 .\" Reminder of hard terms which need better/final solution later: .\" /capture; playtree in parent list; colorkey; retrace; desync; downmix; @@ -3623,9 +3623,21 @@ GL_ARB_fragment_shader!)。至少需要三个纹理单位。提供饱和度 对红, 绿和蓝色, Gamma 也能被独立设置。 速度比其他方法更多地依赖于 GPU 内存带宽。 .RE +.IPs colorspace +选择 YUV 至 RGB 转换所用的色彩空间 +.RSss +.IPs 0 +使用 MPlayer 通常使用的程式(默认值) +.IPs 1 +使用 ITU-R BT.601 色彩空间。 +.IPs 2 +使用 ITU-R BT.709 色彩空间。 +.IPs 3 +使用 SMPTE-240M 色彩空间。 +.RE .IPs lscale= -选择缩放功能供调节发光性。 -仅对 yuv 模式 2, 3, 4 和 6 有效。 +选择用于亮度调整的调节函数。 +仅对 yuv 模式 2、3、4 和 6 有效。 .RSss 0: 使用简单线性过滤 (默认)。 .br @@ -3714,6 +3726,21 @@ gamma 的设置只能是通过全局的 X 服务器的设置才有效。 .REss . .TP +.B matrixview +基于 OpenGL 的渲染器,生成类似于黑客帝国的滚动字幕效果。 +.PD 0 +.RSs +.IPs cols= +所显示文字的列数。 +受限于图像缩放器的性能,值太小(<16)的话该选项很可能失效。 +不能被 16 整除的值也可能产生问题。 +.IPs rows= +所显示文字的行数。 +受限于图像缩放器的性能,值太小(<16)的话该选项很可能失效。 +不能被 16 整除的值也可能产生问题。 +.REss +. +.TP .B "null\ \ \ " 不产生视频输出。 对基准测试有用。 -- cgit v1.2.3 From fd9124901398e33c93ec8ba0d5e66f0c1c6ffadb Mon Sep 17 00:00:00 2001 From: compn Date: Fri, 8 Jan 2010 15:36:38 +0000 Subject: update wishlist git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30238 b3059339-0415-0410-9bf9-f77b7e298cf2 --- DOCS/tech/wishlist | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'DOCS') diff --git a/DOCS/tech/wishlist b/DOCS/tech/wishlist index 9ac16d8a23..c5798691c0 100644 --- a/DOCS/tech/wishlist +++ b/DOCS/tech/wishlist @@ -111,7 +111,9 @@ Enhancements: * implement Plextor compatible SCSI VCD reading - * DirectX video acceleration -vo for Windows (similar to XvmC) + * DXVA / DXVA2 -vo for Windows + +* GDI -vo for older windows versions * hardware MPEG encoding support (Ati cards) @@ -141,7 +143,7 @@ Enhancements: Difficult stuff: - * RE all closed source codecs (Voxware, VIVO, MVI2, MSS1/MSS2, Indeo 4/5, ...) + * RE all closed source codecs (Voxware, VIVO, MVI2, MSS1/MSS2, QCLP, ...) * support for Bink codec -- cgit v1.2.3 From 05fb845e5ff3a3494710f9a92b872dc5bc6bf684 Mon Sep 17 00:00:00 2001 From: cehoyos Date: Fri, 8 Jan 2010 18:18:43 +0000 Subject: QCELP is part of libavcodec. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30240 b3059339-0415-0410-9bf9-f77b7e298cf2 --- DOCS/tech/wishlist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'DOCS') diff --git a/DOCS/tech/wishlist b/DOCS/tech/wishlist index c5798691c0..dcba4efcb5 100644 --- a/DOCS/tech/wishlist +++ b/DOCS/tech/wishlist @@ -143,7 +143,7 @@ Enhancements: Difficult stuff: - * RE all closed source codecs (Voxware, VIVO, MVI2, MSS1/MSS2, QCLP, ...) + * RE all closed source codecs (Voxware, VIVO, MVI2, MSS1/MSS2, ...) * support for Bink codec -- cgit v1.2.3 From f51c039c5fcdc24c3f33e1a48bed73bdb17e9e11 Mon Sep 17 00:00:00 2001 From: cehoyos Date: Fri, 8 Jan 2010 18:19:10 +0000 Subject: Cosmetics: Fix indentation git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30241 b3059339-0415-0410-9bf9-f77b7e298cf2 --- DOCS/tech/wishlist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'DOCS') diff --git a/DOCS/tech/wishlist b/DOCS/tech/wishlist index dcba4efcb5..2206b20f8e 100644 --- a/DOCS/tech/wishlist +++ b/DOCS/tech/wishlist @@ -113,7 +113,7 @@ Enhancements: * DXVA / DXVA2 -vo for Windows -* GDI -vo for older windows versions + * GDI -vo for older windows versions * hardware MPEG encoding support (Ati cards) -- cgit v1.2.3