Skip to content

v0.90 "The Akari Who Leapt Through Time"

Compare
Choose a tag to compare
@AkarinVS AkarinVS released this 14 Oct 04:37
· 46 commits to master since this release

Changes:

  1. add dropN operator that drops the top N items from the stack (drop means drop1). Usually used together with sortN.
  2. add sortN operator that sorts the top N items from the stack. After the operation, the smallest item is on the top. Please see https://github.com/AkarinVS/vapoursynth-plugin/wiki/Expr#using-sortn-to-implement-rank-order-filters for some examples and suggested usage.

Installation notes:

  1. For DLISR, need to download https://github.com/AkarinVS/vapoursynth-plugin/releases/download/v0.70/akarin.dlisr.v1b.7z and place akarin.dlisr.dll alone side akarin.dll (this step is only necessary if you want to use DLISR)
  2. For DLVFX, please see https://github.com/AkarinVS/vapoursynth-plugin/releases/tag/v0.70 on how to install required components.