vapoursynth-plugin icon indicating copy to clipboard operation
vapoursynth-plugin copied to clipboard

My experimental VapourSynth plugin: (1) an enhanced LLVM-based std.Expr (aka lexpr), Select, PropExpr, Text and Tmpl. (2) DLISR. (3) DLVFX (4) CAMBI.

Results 13 vapoursynth-plugin issues
Sort by recently updated
recently updated
newest added

@cid-chan found this [issue](https://discord.com/channels/856381934052704266/955234268643196998/1045369289156341811) working on nix running [my](https://github.com/Irrational-Encoding-Wizardry/vs-dfft/blob/master/vsdfft/spectrum.py#L161) code, I can't reproduce on windows and have no pc with linux to test. She however runs into this issue even...

can't build on Arch because llvm 14 is not supported

Hello Akarin, I recently updated one of my functions substituting the old `* 0

When you find the time, I would greatly appreciate if the new CAMBI features from VMAF were implemented. A few [additional options](https://github.com/Netflix/vmaf/blob/master/resource/doc/cambi.md#options) along with perhaps most importantly PQ EOTF support...

This bug is nasty as it only presents itself when banding is detected, std.BlankClip will not show anything. **Appears to only be present when input is 10-bit**. ``` >>> print(vs.core.version())...

Is this package available on Linux in the AUR? Every other package was there... only missing this one

```py upscale = core.akarin.DLISR(clip.resize.Bicubic(format=vs.RGBS), 2, device_id=0) ``` ``` vapoursynth.Error: DLISR: Function does not take argument(s) named device_id ``` It's also not recognised by `vsrepo stubgen` so I guess it's a...

[Av1an](https://github.com/master-of-zen/Av1an) is a video encoding framework to increase parallelization and threading to speed up encoding. when inputting vs plugins with akarin as a dependency, it will error with this (probably...

I want to use PickFrames feature introduced in v0.96g on Linux. However, there doesn't seem to be a commit for that content on GitHub. Could you provide the latest source...