summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorClément Bœsch <clement@stupeflix.com>2015-01-15 11:39:06 +0100
committerClément Bœsch <clement@stupeflix.com>2015-01-15 16:36:13 +0100
commitf5326039938ca0599265462aed529fa10db5074f (patch)
tree72116f8a3b1cee176c3a22f7a1f53c60effa9708 /doc
parent72c61c272c527ff4744d2b69253bf3f70d6a20f2 (diff)
avfilter: add showpalette filter
Diffstat (limited to 'doc')
-rw-r--r--doc/filters.texi13
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi
index 154508cfff..25237630ce 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -6885,6 +6885,19 @@ pad="2*iw:2*ih:ow-iw:oh-ih"
@end example
@end itemize
+@section showpalette
+
+Displays the 256 colors palette of each frame. This filter is only relevant for
+@var{pal8} pixel format frames.
+
+It accepts the following option:
+
+@table @option
+@item s
+Set the size of the box used to represent one palette color entry. Default is
+@code{30} (for a @code{30x30} pixel box).
+@end table
+
@section perspective
Correct perspective of video not recorded perpendicular to the screen.