v0.90 "The Akari Who Leapt Through Time"
Changes:
- add
dropN
operator that drops the top N items from the stack (drop
meansdrop1
). Usually used together withsortN
. - 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:
- For
DLISR
, need to download https://github.com/AkarinVS/vapoursynth-plugin/releases/download/v0.70/akarin.dlisr.v1b.7z and placeakarin.dlisr.dll
alone sideakarin.dll
(this step is only necessary if you want to useDLISR
) - For
DLVFX
, please see https://github.com/AkarinVS/vapoursynth-plugin/releases/tag/v0.70 on how to install required components.