From 4b92a9fa621be85d9e8c95938b70276db7e23d98 Mon Sep 17 00:00:00 2001 From: HolyWu Date: Sat, 16 Sep 2017 17:50:15 +0800 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 6fc6955..b841377 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,8 @@ Ported from AviSynth plugin http://bengal.missouri.edu/~kes25c/ and borrowed som Usage ===== +The file `nnedi3_weights.bin` is required. On Windows, it must be located in the same folder as `NNEDI3CL.dll`. Everywhere else it can be located either in the same folder as `libnnedi3cl.so`/`libnnedi3cl.dylib`, or in `$prefix/share/nnedi3/`. The build system installs it at the latter location automatically. + nnedi3cl.NNEDI3CL(clip, int field[, bint dh=False, int[] planes, int nsize=6, int nns=1, int qual=1, int etype=0, int device=-1, bint list_device=False, bint info=False]) * clip: Clip to process. Any planar format with either integer sample type of 8-16 bit depth or float sample type of 32 bit depth is supported.