summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorNiklas Haas <git@nand.wakku.to>2015-02-23 19:06:18 +0100
committerNiklas Haas <git@nand.wakku.to>2015-02-23 19:06:18 +0100
commit36011c7f6dbda356d64af3866305a036044333fa (patch)
tree1498f8d35914c3bdd9c7f05210dc10052e9a5ce3 /DOCS
parent8161d621bbd9c094b01de6a716120c3e8cb6c4b1 (diff)
downloadmpv-36011c7f6dbda356d64af3866305a036044333fa.tar.bz2
mpv-36011c7f6dbda356d64af3866305a036044333fa.tar.xz
filter_kernels: add blur parameter to jinc
This affects all filters that use it, eg. ewa_lanczos. Setting it to something like 0.95 can be done to make the filter a bit less blurry.
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/vo.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/DOCS/man/vo.rst b/DOCS/man/vo.rst
index 7da0d2efff..4fdc0e26c7 100644
--- a/DOCS/man/vo.rst
+++ b/DOCS/man/vo.rst
@@ -340,6 +340,12 @@ Available video output drivers are:
Scale parameter (``t``). Increasing this makes the result blurrier.
Defaults to 1.
+ ``ewa_lanczos``, ``ewa_ginseng``, ``ewa_hanning``
+ Jinc function scaling factor (also known as a blur factor).
+ Decreasing this makes the result sharper, increasing it makes it
+ blurrier. Defaults to 1. Note that setting this too low (eg. 0.5)
+ leads to bad results. It's recommended to stay between 0.9 and 1.1.
+
``scale-radius=<r>``
Set radius for filters listed below, must be a float number between 1.0
and 16.0. Defaults to be 3.0 if not specified.