Yesterday, 07:43
I went back to a december dev version of hybrid saved in my downloads and the DPIRDeblock works there. something about the newer dev versions is preventing it from running on my end.
Enabling FilmGrainGLSL causes crash
|
Yesterday, 07:43
I went back to a december dev version of hybrid saved in my downloads and the DPIRDeblock works there. something about the newer dev versions is preventing it from running on my end.
Yesterday, 07:48
No clue. Like I wrote, it works fine here.
I have no idea what the issue is, so I can't do anything about it and you will be stuck at that old Hybrid version. Cu Selur
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Yesterday, 07:53
Output path error was because I didn't have a spot to save it identified in "paths". Oops
Yesterday, 08:49
Okay, but it is still unclear why GLSL combined with DPIRDeblock fails.
What happend to: vspipe "C:\Users\Computer\AppData\Local\Temp\encodingTempSynthSkript_2025-05-15@20_53_06_2610_0.vpy" NUL --outputindex 0 -c y4m
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
6 hours ago
how do I test that?
6 hours ago
Assuming the file does still exist you call:
"C:\Program Files\Hybrid\64bit\Vapoursynth\vspipe.exe" "C:\Users\Computer\AppData\Local\Temp\encodingTempSynthSkript_2025-05-15@20_43_54_4410_0.vpy" NUL --outputindex 0 -c y4m Cu Selur
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
6 hours ago
I don't have that folder anymore, but I redid it earlier and this is what I got:
C:\Users\Computer>"C:\Program Files\Hybrid\64bit\Vapoursynth\vspipe.exe" "C:\Users\Computer\Videos\RJ videos\Misc\Output2\encodingTempSynthSkript_2025-05-17@09_25_11_3410_0.vpy" NUL --outputindex 0 -c y4m
5 hours ago
Either replace the dehalo.py with https://github.com/Selur/VapoursynthScri.../dehalo.py or edit the file and change:
so = so.vszip.Limiter() if hasattr(core,'vszip') so.std.Limiter() so = so.vszip.Limiter() if hasattr(core,'vszip') else so.std.Limiter() Cu Selur
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
4 hours ago
Now I get the following:
C:\Users\Computer>"C:\Program Files\Hybrid\64bit\Vapoursynth\vspipe.exe" "C:\Users\Computer\Videos\RJ videos\Misc\Temp\encodingTempSynthSkript_2025-05-17@10_35_22_2410_0.vpy" NUL --outputindex 0 -c y4m
4 hours ago
Change:
from typing import Union, Optional, Sequence to: from typing import Union, Optional, Sequence, TypeVar
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page. |
« Next Oldest | Next Newest »
|