summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorivo <ivo@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-07-15 09:18:44 +0000
committerivo <ivo@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-07-15 09:18:44 +0000
commit761c684fc880d8f665eca8fa7ff1f4603dd3c5f1 (patch)
treee37dc5f662131b3a4c2afc9a55f273950b9e2005 /DOCS
parentee0a29934a4a5aee43e165eb701dbebbc8c33c3b (diff)
downloadmpv-761c684fc880d8f665eca8fa7ff1f4603dd3c5f1.tar.bz2
mpv-761c684fc880d8f665eca8fa7ff1f4603dd3c5f1.tar.xz
new black frame detection filter
by Brian J. Murrell, Julian Hall and me. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19099 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/en/mplayer.111
-rw-r--r--DOCS/tech/MAINTAINERS1
2 files changed, 12 insertions, 0 deletions
diff --git a/DOCS/man/en/mplayer.1 b/DOCS/man/en/mplayer.1
index 53b8bbef6a..503412e752 100644
--- a/DOCS/man/en/mplayer.1
+++ b/DOCS/man/en/mplayer.1
@@ -6259,6 +6259,17 @@ Moves SSA/ASS subtitle rendering to an arbitrary point in the filter chain.
Only useful with the \-ass option.
.RE
.
+.TP
+.B blackframe[=amount:threshold]
+Detect frames that are (almost) completely black.
+Can be useful to detect chapter transitions or commercials.
+.RSs
+.IPs <amount>
+percentage of the pixels that have to be below the threshold (default: 98)
+.IPs <threshold>
+threshold below which a pixel value is considered black (default: 32)
+.RE
+.
.
.
.SH "GENERAL ENCODING OPTIONS (MENCODER ONLY)"
diff --git a/DOCS/tech/MAINTAINERS b/DOCS/tech/MAINTAINERS
index 4cca54fd00..41818ea683 100644
--- a/DOCS/tech/MAINTAINERS
+++ b/DOCS/tech/MAINTAINERS
@@ -125,6 +125,7 @@ codec support:
video filters:
* general: Richard Felker, Michael Niedermayer
* vf_filmdint.c - Zoltan Hidvegi
+ * vf_blackframe.c - Ivo van Poorten
audio filters:
* general: Alex Beregszaszi