-
v0.2.1 is slower than original VDub Plugin loaded in VS through AVS compat layer:
```
No processing (clip0): ~216 FPS
VDub-CCD in VS (clip1): ~91 FPS
vs-CCD (clip2): ~45 FPS
```
`…
-
hi
I think composite-video-simulator will be suitable as avisynth or avisynth+ plugin since avisynth+ now work in linux
-
Occurs in versions starting from 4.18, on older versions everything works fine
![22](https://github.com/user-attachments/assets/ee9a19e1-aa95-481f-861c-567f54e4ded1)
-
Instead of just using normal nnedi3 would be nice if
- nnedi3: https://github.com/HomeOfVapourSynthEvolution/VapourSynth-NNEDI3CL
and/or
- znedi3: https://github.com/sekrit-twc/znedi3
could be u…
Selur updated
3 years ago
-
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
-
`xaa.xaa(clip, mode="dr eedi3")` throws `vapoursynth.Error: EEDI3: Function does not take argument(s) named mclip`
-
I'm not sure if anyone has tried this but I've been testing with the vs.placebo plugin in vapoursynth and applying Anime4K filters seem to have no impact on the clip? I do notice that the dynamic rang…
-
This issue tracks information related to AviSynth+ support. Please discuss in the doom9's thread.
-
OSX is probably more interesting since it's easier to distribute binaries. Opinions and the will to support things welcome.
-
Hi, it seems subtext currently isn't calling `ass_set_storage_size` which can lead to incorrect rendering for some subtitle+video combinations unless the rather recently introduced `LayoutRes*` header…