diff options
author | Clément Bœsch <u@pkh.me> | 2013-06-07 10:57:29 +0200 |
---|---|---|
committer | Clément Bœsch <u@pkh.me> | 2014-06-21 19:22:55 +0200 |
commit | ded3c9fd32afe4174b65d5bae843cea9149c8f11 (patch) | |
tree | e2d1046f90a70a6e6e9f820d583bf90ea6989d7f /doc | |
parent | 5ab51f75358360c7a9389fb3157efb919ff0e656 (diff) | |
download | ffmpeg-ded3c9fd32afe4174b65d5bae843cea9149c8f11.tar.gz |
avfilter: add hqx filter (hq2x, hq3x, hq4x)
Partially fixes Ticket #3404 (xbr filter remaining)
Diffstat (limited to 'doc')
-rw-r--r-- | doc/filters.texi | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index 63bd22e760..a5f6965948 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -5203,6 +5203,20 @@ A floating point number which specifies chroma temporal strength. It defaults to @var{luma_tmp}*@var{chroma_spatial}/@var{luma_spatial}. @end table +@section hqx + +Apply a high-quality magnification filter designed for pixel art. This filter +was originally created by Maxim Stepin. + +It accepts the following option: + +@table @option +@item n +Set the scaling dimension: @code{2} for @code{hq2x}, @code{3} for +@code{hq3x} and @code{4} for @code{hq4x}. +Default is @code{3}. +@end table + @section hue Modify the hue and/or the saturation of the input. |