diff options
author | reimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2010-01-26 18:15:58 +0000 |
---|---|---|
committer | reimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2010-01-26 18:15:58 +0000 |
commit | d83fb575cf06d8921758ce1fe2b20320a93d159b (patch) | |
tree | 1919c55b7b90ad472a344eba6816588d4f6ca861 /DOCS/man | |
parent | 156399b7aa25e5a8c39563fc6435de21f41dd655 (diff) | |
download | mpv-d83fb575cf06d8921758ce1fe2b20320a93d159b.tar.bz2 mpv-d83fb575cf06d8921758ce1fe2b20320a93d159b.tar.xz |
Add an option to cropdetect to periodically reset the detected area.
Patch by [quetschke scytek de] with modifications by me.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30436 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS/man')
-rw-r--r-- | DOCS/man/en/mplayer.1 | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/DOCS/man/en/mplayer.1 b/DOCS/man/en/mplayer.1 index 73eb4efa0f..aa5c72aca3 100644 --- a/DOCS/man/en/mplayer.1 +++ b/DOCS/man/en/mplayer.1 @@ -5775,7 +5775,7 @@ Position of the cropped picture, defaults to center. .PD 1 . .TP -.B cropdetect[=limit:round] +.B cropdetect[=limit:round[:reset]] Calculates necessary cropping parameters and prints the recommended parameters to stdout. .PD 0 @@ -5789,6 +5789,13 @@ Value which the width/\:height should be divisible by (default: 16). The offset is automatically adjusted to center the video. Use 2 to get only even dimensions (needed for 4:2:2 video). 16 is best when encoding to most video codecs. +.br +.IPs <reset> +Counter that determines after how many frames cropdetect will reset +the previously detected largest video area and start over to detect +the current optimal crop area. This can be useful when channel +logos distort the video area. 0 indicates never reset and return +the largest area encountered during playback. (default: 0). .RE .PD 1 . |