Georg Pelz
Georg Pelz
Switching to 528.02 doesn't fix the issue.
Also 'normal' and 'tta=True' output differs quite a bit. https://imgsli.com/MTQ1NzIy `clip = core.srmdnv.SRMD(clip=clip, scale=2, noise=-1)` vs. `clip = core.srmdnv.SRMD(clip=clip, scale=2, tta=True, noise=-1)` https://imgsli.com/MTQ1NzI1
Not sure whether it helps: I got this with a Geforce RTX 4080 16GB and another user of Hybrid reported this with his Geforce RTX 3060. Another user with TITAN...
> Therefore, the speed is probably related the version of ncnn. I guess. Okay., thanks for that. I simplified the script to: ``` # Imports import vapoursynth as vs #...
hbd support would be nice.
4.16 is out btw.
On Linux you could simply use the python script,..
> Possibly related?: https://github.com/shinchiro/mpv-winbuild-cmake/issues/633 I don't think so, linking does work (also adding '-Wl,--allow-multiple-definition' doesn't help) Thanks for looking into it. (Happy to know that this is not something just...
I applied the change, deleted my ffmpeg-git folder and ran the script. Sadly, that didn't fix the problem.
Deleting ffmpeg-git and libbluray-git and then running the script seems to do the job. :) hopefully this fix can be added to the script permanently.