Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
HolyWu committed Sep 16, 2017
1 parent 9974c42 commit 4b92a9f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 4b92a9f

Please sign in to comment.