diff options
author | Paul B Mahol <onemda@gmail.com> | 2016-11-23 16:43:59 +0100 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2016-11-23 19:02:20 +0100 |
commit | b96a6e2024fa2b52d6a2473a7cf16ee20a8ab5c8 (patch) | |
tree | 152b371424042f4f9c88836aa6cabb0a65bfc108 /doc/filters.texi | |
parent | 42ae9c66545ec9cfb191bafa26e8971607de51fb (diff) | |
download | ffmpeg-b96a6e2024fa2b52d6a2473a7cf16ee20a8ab5c8.tar.gz |
avfilter/vf_zscale: add support for some recent new additions
Signed-off-by: Paul B Mahol <onemda@gmail.com>
Diffstat (limited to 'doc/filters.texi')
-rw-r--r-- | doc/filters.texi | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index 208be4258d..b15f78a9a0 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -14660,6 +14660,9 @@ Possible values are: @item linear @item 2020_10 @item 2020_12 +@item smpte2084 +@item iec61966-2-1 +@item arib-std-b67 @end table Default is same as input. @@ -14764,6 +14767,9 @@ Possible values are: @item bottomleft @item bottom @end table + +@item npl +Set the nominal peak luminance. @end table The values of the @option{w} and @option{h} options are expressions |