Skip to content
This repository has been archived by the owner on Nov 29, 2021. It is now read-only.

Commit

Permalink
Update Readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vxzms authored Aug 5, 2021
1 parent a637c40 commit 7d446bf
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 `<python folder>\Lib\site-packages\vapoursynth`
Put nnedi3_resample.py into `<python folder>\Lib\site-packages\vapoursynth` or `<python folder>\Lib\site-packages`

## Function

Expand All @@ -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.

0 comments on commit 7d446bf

Please sign in to comment.