-
I managed to get the OpenVino plugin to compile under Arch Linux after a few tweaks but VapourSynth is not loading it. The shared object is loaded according to strace, but vs reports:
```
Attribut…
-
We should definitely fix all these issues as they impact real scripts:
- [x] removed `get_read_array` and `get_write_array`, see PR https://github.com/vapoursynth/vapoursynth/pull/744 and https://git…
-
Please, add support Avisynth, ability to use a script AVS
-
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())
…
-
using with Vapoursynth (64bit):
```
# Imports
import vapoursynth as vs
core = vs.get_core()
# Loading Plugins
core.std.LoadPlugin(path="I:/Hybrid/64bit/vsfilters/Support/VFRToCFRVapoursynth.dll"…
Selur updated
5 years ago
-
Hij,
some more small fixes while creating the docker:
1. Missing "/" in COPY command (gives out an error)
```
COPY --from=base /workspace/Python-3.12.5/libpython3.12.so* /workspace/Python-…
-
Currently, the only way to install plugins on Linux is to use Arch and the AUR. It creates a dependency hell, sometimes with a 3GB dependency (CUDA) to compile a small plugin. This kind of AUR mess is…
-
I want to use this BM3D algorithm in python.
I used the 'mvsfunc' and feed the function with ndarray(in numpy).
The function returns "TypeError: BM3D: "input" must be a clip!"
How can I use it to…
-
How to use this repository?
I used checked out the repository to: /Users/selur/workspace/Macos_vapoursynth_plugins
I created "$HOME/Library/Application\ Support/VapourSynth/vapoursynth.conf"
```
U…
Selur updated
2 weeks ago
-
Many networks have the capability to run inference via ncnn, but require their .param file to be edited and adjust accordingly to properly work.
Currently if you give vs-ncnn a onnx network it resu…