Mercurial > mplayer.hg
changeset 6808:e595ea5b471d
documenting cropdetect's parameter
author | arpi |
---|---|
date | Fri, 26 Jul 2002 00:12:13 +0000 |
parents | ae2f3cdcb462 |
children | 0250f691037e |
files | DOCS/tech/vop.txt |
diffstat | 1 files changed, 4 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/DOCS/tech/vop.txt Fri Jul 26 00:02:31 2002 +0000 +++ b/DOCS/tech/vop.txt Fri Jul 26 00:12:13 2002 +0000 @@ -129,10 +129,13 @@ -vop lavc,expand=-1:576:-1:-1:1,scale=-1:0,dvbscale MPI: passthru --vop cropdetect +-vop cropdetect[=limit] It's a special filter, it doesn't alter the image itself, but detects (using some kind of heuristics) the black borders/bands of the image, and prints the optimal -vop crop= parameters to the stdout/console. + It calculates the average value of pixel luminances for a line, and + depending on the result it's either black band (result<=limit) or + picture (result>limit). Optional parameter 'limit' defaults to 24. MPI: EXPORT -vop test[=first frame number]