2021-01-23 16:09:29 +01:00
|
|
|
self: super:
|
|
|
|
let
|
|
|
|
callPythonPackage = super.vapoursynth.python3.pkgs.callPackage;
|
|
|
|
in
|
|
|
|
{
|
2019-06-26 01:40:02 +02:00
|
|
|
vapoursynthPlugins = super.recurseIntoAttrs {
|
2021-01-23 11:03:52 +01:00
|
|
|
adaptivegrain = super.callPackage ./plugins/adaptivegrain { };
|
2019-06-26 01:40:02 +02:00
|
|
|
addgrain = super.callPackage ./plugins/addgrain { };
|
|
|
|
autocrop = super.callPackage ./plugins/autocrop { };
|
2019-06-29 07:18:30 +02:00
|
|
|
awarpsharp2 = super.callPackage ./plugins/awarpsharp2 { };
|
2019-06-26 01:40:02 +02:00
|
|
|
beziercurve = super.callPackage ./plugins/beziercurve { };
|
|
|
|
bifrost = super.callPackage ./plugins/bifrost { };
|
|
|
|
bilateral = super.callPackage ./plugins/bilateral { };
|
|
|
|
bm3d = super.callPackage ./plugins/bm3d { };
|
2021-01-23 13:42:01 +01:00
|
|
|
cas = super.callPackage ./plugins/cas { };
|
2019-06-29 07:24:58 +02:00
|
|
|
cnr2 = super.callPackage ./plugins/cnr2 { };
|
2019-06-26 01:40:02 +02:00
|
|
|
continuityfixer = super.callPackage ./plugins/continuityfixer { };
|
2021-01-23 12:51:37 +01:00
|
|
|
ctmf = super.callPackage ./plugins/ctmf { };
|
2021-01-23 11:52:49 +01:00
|
|
|
dctfilter = super.callPackage ./plugins/dctfilter { };
|
2021-01-23 11:53:56 +01:00
|
|
|
deblock = super.callPackage ./plugins/deblock { };
|
2019-06-26 01:40:02 +02:00
|
|
|
descale = super.callPackage ./plugins/descale { };
|
2021-01-23 12:04:32 +01:00
|
|
|
dfttest = super.callPackage ./plugins/dfttest { };
|
2019-06-26 01:40:02 +02:00
|
|
|
eedi2 = super.callPackage ./plugins/eedi2 { };
|
|
|
|
eedi3m = super.callPackage ./plugins/eedi3m { };
|
|
|
|
f3kdb = super.callPackage ./plugins/f3kdb { };
|
|
|
|
ffms2 = super.ffms;
|
2021-01-23 12:40:10 +01:00
|
|
|
fft3dfilter = super.callPackage ./plugins/fft3dfilter { };
|
2021-05-16 10:36:52 +02:00
|
|
|
fillborders = super.callPackage ./plugins/fillborders { };
|
2021-01-23 18:07:10 +01:00
|
|
|
fluxsmooth = super.callPackage ./plugins/fluxsmooth { };
|
2021-01-22 22:40:08 +01:00
|
|
|
fmtconv = super.callPackage ./plugins/fmtconv { };
|
2021-01-23 10:09:52 +01:00
|
|
|
histogram = super.callPackage ./plugins/histogram { };
|
2021-01-23 12:47:46 +01:00
|
|
|
hqdn3d = super.callPackage ./plugins/hqdn3d { };
|
2019-06-26 01:40:02 +02:00
|
|
|
knlmeanscl = super.callPackage ./plugins/knlmeanscl { };
|
|
|
|
lsmashsource = super.callPackage ./plugins/lsmashsource { };
|
2021-01-23 10:12:26 +01:00
|
|
|
median = super.callPackage ./plugins/median { };
|
2021-01-23 13:42:38 +01:00
|
|
|
msmoosh = super.callPackage ./plugins/msmoosh { };
|
2021-01-22 14:14:12 +01:00
|
|
|
mvtools = super.vapoursynth-mvtools;
|
2019-06-26 01:40:02 +02:00
|
|
|
nnedi3 = super.callPackage ./plugins/nnedi3 { };
|
2021-01-23 10:22:08 +01:00
|
|
|
nnedi3cl = super.callPackage ./plugins/nnedi3cl { };
|
2021-01-23 10:26:07 +01:00
|
|
|
placebo = super.callPackage ./plugins/placebo { };
|
2021-05-16 10:29:08 +02:00
|
|
|
remap = super.callPackage ./plugins/remap { };
|
2021-01-22 22:40:08 +01:00
|
|
|
retinex = super.callPackage ./plugins/retinex { };
|
2019-06-26 01:40:02 +02:00
|
|
|
sangnom = super.callPackage ./plugins/sangnom { };
|
2021-05-16 10:15:04 +02:00
|
|
|
scxvid = super.callPackage ./plugins/scxvid { };
|
2019-06-26 01:40:02 +02:00
|
|
|
tcanny = super.callPackage ./plugins/tcanny { };
|
|
|
|
tnlmeans = super.callPackage ./plugins/tnlmeans { };
|
2021-01-23 18:08:39 +01:00
|
|
|
ttempsmooth = super.callPackage ./plugins/ttempsmooth { };
|
2019-06-26 01:40:02 +02:00
|
|
|
wwxd = super.callPackage ./plugins/wwxd { };
|
2021-01-23 10:28:57 +01:00
|
|
|
znedi3 = super.callPackage ./plugins/znedi3 { };
|
2021-01-23 18:40:44 +01:00
|
|
|
|
2021-05-16 09:33:04 +02:00
|
|
|
acsuite = callPythonPackage ./plugins/acsuite { };
|
2021-01-23 18:44:40 +01:00
|
|
|
adjust = callPythonPackage ./plugins/adjust { };
|
2021-05-16 09:59:57 +02:00
|
|
|
debandshit = callPythonPackage ./plugins/debandshit { };
|
2021-01-23 18:46:59 +01:00
|
|
|
edi_rpow2 = callPythonPackage ./plugins/edi_rpow2 { };
|
2021-05-16 11:40:08 +02:00
|
|
|
finedehalo = callPythonPackage ./plugins/finedehalo { };
|
2021-01-23 18:53:20 +01:00
|
|
|
mt_lutspa = callPythonPackage ./plugins/mt_lutspa { };
|
2021-01-23 18:51:48 +01:00
|
|
|
nnedi3_resample = callPythonPackage ./plugins/nnedi3_resample { };
|
2021-01-23 18:49:36 +01:00
|
|
|
nnedi3_rpow2 = callPythonPackage ./plugins/nnedi3_rpow2 { };
|
2021-05-16 10:57:13 +02:00
|
|
|
rekt = callPythonPackage ./plugins/rekt { };
|
2021-01-23 19:50:25 +01:00
|
|
|
vsTAAmbk = callPythonPackage ./plugins/vsTAAmbk { };
|
2021-01-23 19:47:30 +01:00
|
|
|
vsutil = callPythonPackage ./plugins/vsutil { };
|
2021-01-23 18:44:40 +01:00
|
|
|
|
2021-05-16 11:09:54 +02:00
|
|
|
awsmfunc = callPythonPackage ./plugins/awsmfunc { };
|
2021-01-23 19:55:02 +01:00
|
|
|
fvsfunc = callPythonPackage ./plugins/fvsfunc { };
|
2021-01-23 19:49:34 +01:00
|
|
|
havsfunc = callPythonPackage ./plugins/havsfunc { };
|
2021-01-23 19:55:21 +01:00
|
|
|
kagefunc = callPythonPackage ./plugins/kagefunc { };
|
2021-01-23 19:52:18 +01:00
|
|
|
muvsfunc = callPythonPackage ./plugins/muvsfunc { };
|
2021-01-23 18:40:44 +01:00
|
|
|
mvsfunc = callPythonPackage ./plugins/mvsfunc { };
|
2021-05-16 10:15:23 +02:00
|
|
|
vardefunc = callPythonPackage ./plugins/vardefunc { };
|
2019-06-26 01:40:02 +02:00
|
|
|
};
|
2021-01-23 16:09:29 +01:00
|
|
|
|
|
|
|
getnative = callPythonPackage ./tools/getnative { };
|
2019-06-26 01:40:02 +02:00
|
|
|
}
|