summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
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