From 1f78fb88891fe43839063a9ee74fa59541f38dfc Mon Sep 17 00:00:00 2001 From: diego Date: Thu, 28 Jan 2010 13:02:46 +0000 Subject: Fix input/output channel mixup in the pan filter description. patch by Heikki Rauhala, hvrauhal gmail com git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30449 b3059339-0415-0410-9bf9-f77b7e298cf2 --- DOCS/xml/en/usage.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'DOCS') diff --git a/DOCS/xml/en/usage.xml b/DOCS/xml/en/usage.xml index ea74911b3f..2e9ef0e87f 100644 --- a/DOCS/xml/en/usage.xml +++ b/DOCS/xml/en/usage.xml @@ -930,8 +930,8 @@ more. Unfortunately, the suboptions are much more complicated. The remaining suboptions specify how much of each channel gets mixed into each other channel. This is the complicated part. To break the task down, split the - suboptions into several sets, one set for each output channel. Each suboption - within a set corresponds to an input channel. The number you specify will be + suboptions into several sets, one set for each input channel. Each suboption + within a set corresponds to an output channel. The number you specify will be the percentage of the input channel that gets mixed into the output channel. -- cgit v1.2.3 From d1e9785b70b8180e2b91d6cc90da530fc3a67451 Mon Sep 17 00:00:00 2001 From: jrash Date: Fri, 29 Jan 2010 13:54:20 +0000 Subject: sync with en/mplayer.1 r30436 git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30453 b3059339-0415-0410-9bf9-f77b7e298cf2 --- DOCS/man/zh_CN/mplayer.1 | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'DOCS') diff --git a/DOCS/man/zh_CN/mplayer.1 b/DOCS/man/zh_CN/mplayer.1 index f19c81b37b..83bcde4f7e 100644 --- a/DOCS/man/zh_CN/mplayer.1 +++ b/DOCS/man/zh_CN/mplayer.1 @@ -1,4 +1,4 @@ -.\" sync with en/mplayer.1 r30336 +.\" sync with en/mplayer.1 r30436 .\" Encoding: UTF-8 .\" Reminder of hard terms which need better/final solution later: .\" /capture; playtree in parent list; colorkey; retrace; desync; downmix; @@ -5388,7 +5388,7 @@ Completely empties the filter list. .PD 1 . .TP -.B cropdetect[=0\-255] +.B cropdetect[=limit:round[:reset]] 计算必要的切割参数并把推荐值显示在标准输出上。 .PD 0 .RSs @@ -5400,6 +5400,11 @@ Completely empties the filter list. 偏移值将被自动调整以使视频位于屏幕中心。 使用 2 以只得到偶数尺寸( 4:2:2 的视频需要此选项)。 16 对于大多数编码器的编码来说是很适合的。 +.br +.IPs +计数值,用以决定多少帧后 cropdetect 将重置先前侦测到的最大视频区域,并重 +新侦测当前的最优切割区域。该选项在电视台台标影响了视频区域时可能有用。0 +表示从不重置而是返回播放过程中遇到的最大区域。(默认值:0)。 .RE .PD 1 . -- cgit v1.2.3