summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2017-12-03 11:59:58 +0100
committerPaul B Mahol <onemda@gmail.com>2017-12-06 15:42:23 +0100
commit53855e3c040a4a7315f137682a6285729ceddc8e (patch)
tree1d3c1a2119a794c479ee4765894767dbc3b649d4 /doc
parentc8bd2c7d09bfc71795e91f0a9aeb4b8a6833eff2 (diff)
avfilter: add setrange filter
Signed-off-by: Paul B Mahol <onemda@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/filters.texi31
1 files changed, 31 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi
index 8bffb708d2..0ec7d652a3 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -18496,6 +18496,37 @@ asetpts=N/SR/TB
@end itemize
+@section setrange
+
+Force color range for the output video frame.
+
+The @code{setrange} filter marks the color range property for the
+output frames. It does not change the input frame, but only sets the
+corresponding property, which affects how the frame is treated by
+following filters.
+
+The filter accepts the following options:
+
+@table @option
+
+@item range
+Available values are:
+
+@table @samp
+@item auto
+Keep the same color range property.
+
+@item unspecified, unknown
+Set the color range as unspecified.
+
+@item limited, tv, mpeg
+Set the color range as limited.
+
+@item full, pc, jpeg
+Set the color range as full.
+@end table
+@end table
+
@section settb, asettb
Set the timebase to use for the output frames timestamps.