diff --git a/Readme.md b/Readme.md index ebc0cca..e51a04e 100644 --- a/Readme.md +++ b/Readme.md @@ -2,13 +2,13 @@ ## Requirements -- nnedi3 / znedi3 -- fmtconv -- mvsfunc +- [nnedi3](https://github.com/dubhater/vapoursynth-nnedi3) / [znedi3](https://github.com/sekrit-twc/znedi3) / [nnedi3cl](https://github.com/HomeOfVapourSynthEvolution/VapourSynth-NNEDI3CL) +- [fmtconv](https://github.com/EleonoreMizo/fmtconv) +- [mvsfunc](https://github.com/AmusementClub/mvsfunc) ## Usage -Put nnedi3_resample.py into `\Lib\site-packages\vapoursynth` +Put nnedi3_resample.py into `\Lib\site-packages\vapoursynth` or `\Lib\site-packages` ## Function @@ -33,6 +33,8 @@ clip.set_output() ## ChangeLog -1. Add new option `mode`, default value is `nnedi3`, you can use `znedi3` to instead it, znedi3 may be faster than nnedi3. +1. Add new option `mode`, default value is `nnedi3`, optional value: + - `znedi3`, it may be faster than nnedi3 + - `nnedi3cl`, it can be used with new options `device` (same as the parameter of the plugin with the same name) 2. Chage how to import core because `get_core` is deprecated. 3. Remove `YCOCG` and `COMPAT`, these will be deprecated in API4.