diff options
author | Paul B Mahol <onemda@gmail.com> | 2016-09-02 16:03:58 +0200 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2016-09-02 16:10:30 +0200 |
commit | b5cf307d0f85aff434342e41beb33b39df8d553f (patch) | |
tree | c232656933deb6bfc253061c2caaba0434ea0a62 /doc | |
parent | e4e4a9cad7f21593d4bcb1f2404ea0d373c36c43 (diff) | |
download | ffmpeg-b5cf307d0f85aff434342e41beb33b39df8d553f.tar.gz |
avfilter/vf_zscale: make possible to change chroma location
Diffstat (limited to 'doc')
-rw-r--r-- | doc/filters.texi | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index 945b9af4d1..df6f9979d3 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -14483,6 +14483,34 @@ Possible value are: @item 2020_ncl @item 2020_cl @end table + +@item chromal, c +Set the output chroma location. + +Possible values are: +@table @var +@item input +@item left +@item center +@item topleft +@item top +@item bottomleft +@item bottom +@end table + +@item chromalin, cin +Set the input chroma location. + +Possible values are: +@table @var +@item input +@item left +@item center +@item topleft +@item top +@item bottomleft +@item bottom +@end table @end table The values of the @option{w} and @option{h} options are expressions |