Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2016-08-11 19:10:46 +0300
committerPaul B Mahol <onemda@gmail.com>2016-08-13 13:57:09 +0300
commit3a81775bdee7c02dac0d933f3c2b565ac5d9c97c (patch)
tree08bb9f5bc2518739289e5cfda151dbf664f17f7d /doc/filters.texi
parentee56d9bc89c2cd9f79ef62a8301b9c42c50b0757 (diff)
avfilter/vf_signalstats: measure video bitdepth
Diffstat (limited to 'doc/filters.texi')
-rw-r--r--doc/filters.texi12
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi
index dda1c1715b..3a9e251e00 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -11946,6 +11946,18 @@ Expressed in range of [0-255].
Display the average of sample value difference between all values of the V
plane in the current frame and corresponding values of the previous input frame.
Expressed in range of [0-255].
+
+@item YBITDEPTH
+Display bit depth of Y plane in current frame.
+Expressed in range of [0-16].
+
+@item UBITDEPTH
+Display bit depth of U plane in current frame.
+Expressed in range of [0-16].
+
+@item VBITDEPTH
+Display bit depth of V plane in current frame.
+Expressed in range of [0-16].
@end table
The filter accepts the following options: