-
HorizontalWiener_sse2() contains this snippet:
`for (int x = 2; x < nWidth - 4; x += 8) {
...
_mm_storel_epi64((__m128i *)&pDst[x], m0);
}
`
Since _mm_storel_epi64() writes 8 bytes, this…
-
### Description / Steps to reproduce the issue
Any script with `vspipe --info t.vpy` fails. Also mpv fails with `Could not find platform dependent libraries ` when trying to use vapoursynth.
### Exp…
-
Initially brought this up in https://github.com/HomeOfVapourSynthEvolution/VapourSynth-TCanny/issues/13#issuecomment-1107654500, thought it made sense to create an issue to track this, even if there's…
-
**Describe the bug**
```
import os, sys
import vapoursynth as vs
core = vs.core
sys.path.append(r"C:\StaxRip\Apps\Plugins\VS\Scripts")
import importlib.machinery
mvsfunc = importlib.machine…
-
Great to see that you have ported/optimized quite a lot of plugins to macOS! Especially porting VCL2 to Neon is great. Have you tried to open pull requests for the plugins, so that your changes will b…
-
There exists a vapoursynth api wrapper for rust: https://github.com/YaLTeR/vapoursynth-rs so to optimize and create total memory safety we can call all the plugin calls within rust then push the resul…
-
Maybe a follow-up of #395. [Demonstration file](https://drive.google.com/file/d/1yDnLYipzsRpjkwJ0-KKrsJxv9XSzQ_JE/view?usp=sharing) (audio muted).
Hello. I use ffmpeg x11grab to record lossless **r…
bczhc updated
7 months ago
-
Salutations Telno. First Things First You are very much and Bunny's 😜 #FishGames
I've tried v1.8 and v1.9 installers, and both throw vapoursynth errors.
V1.8: ModuleNotFoundError: No module named…
-
Script evaluation failed:
Python exception: No attribute with the name fmtc exists. Did you mistype a plugin namespace?
Traceback (most recent call last):
File "src\cython\vapoursynth.pyx", lin…
-
It seems that Vapoursynth R66 has modified the path and parameters of vsrepo.py, causing an exception. The software crashes after starting.
```
Traceback (most recent call last):
File "D:\Downl…