![]() |
Possible 2 bugs in Linux & vapoursynth - Printable Version +- Selur's Little Message Board (https://forum.selur.net) +-- Forum: Hybrid - Support (https://forum.selur.net/forum-1.html) +--- Forum: Problems & Questions (https://forum.selur.net/forum-3.html) +--- Thread: Possible 2 bugs in Linux & vapoursynth (/thread-1404.html) Pages:
1
2
|
RE: Possible 2 bugs in Linux & vapoursynth - Selur - 13.06.2020 lol, adjusted the git accordingly. just called the build-plugins script and vslsmashsource compiled, nice! Now there's only, mvtoolssf, nnedi3cl and eedi3m which fail atm. ![]() Cu Selur Ps.: I'm happy that someone shows some interest in this. Thanks! ![]() RE: Possible 2 bugs in Linux & vapoursynth - ALM - 13.06.2020 Hi, Could you tell me me more about the bug(s) into the plugins mvtoolssf, nnedi3cl and eedi3m ? Eventually, it's possible I may help you; I have a little bit more time these days with the teleworking. For me, no problem to compile, and no crash in running (maybe special parameters ?) for nnedi3cl : interlacer, Yadifmod, force & 100%, parameters 0/0/NNEDI3CL/0. The result seems fine on an interlacer video sample. For eedi3m, I suppose it's VapourSynth, Line, AntiAliasing, Nedi3AA (not sure ?), OpenCL, device 0 or -1 ? No problem with this, but I can't see any effect on my video. I have not tested mvtoolssf. Alain -- RE: Possible 2 bugs in Linux & vapoursynth - Selur - 13.06.2020 Haven't really looked at it myself and basically on my way to bed atm. but I attached the logs of the tools that failed. May be you see the problem. Cu Selur RE: Possible 2 bugs in Linux & vapoursynth - Selur - 14.06.2020 Good news: I reset my build system and now only 'mvtoolssf' fails. ![]() Cu Selur RE: Possible 2 bugs in Linux & vapoursynth - Selur - 14.06.2020 Okay, build fails due to the switch to meson, but I have no clue how to get it working again. My guess is it should be something along the lines of ghdl IFeelBloated/vapoursynth-mvtools-sf Cu Selur RE: Possible 2 bugs in Linux & vapoursynth - ALM - 15.06.2020 Hi, I confirm all plugins compile without any problem with 20.04 LTS and 18.04 LTS, fresh install, except waifu2x, which needs CUDA. It's possible meson, and it's Python3 dependencies, is installed more than one time on your machine ? Same for ninja, which exists in a very old version in /usr/bin ? It's possible PYTHONPATH is not correct. You use pip3 install -q --upgrade --user, so PYTHONPATH may include $HOME/.local/lib/python3.8/site-packages (I'm not really sure). I will see mvtoolssf problem. Al1 -- RE: Possible 2 bugs in Linux & vapoursynth - Selur - 15.06.2020 You might be right with the python&Co paths on my old build system, but seems to be working on the new one. ![]() Quote:I will see mvtoolssf problem.I keep my fingers crossed. ![]() Cu Selur RE: Possible 2 bugs in Linux & vapoursynth - ALM - 16.06.2020 Hi, I have some errors now. 1. The script build-vapoursynth.sh seems broken at the end. export PYTHONUSERBASE="$PWD/temp" Normal: my distrib 20.04LTS has a global python3 package Cython, or I have installed previously for all users in the site-package /usr/lib/python3. pip3 install --user cython Maybe use export PYTHONUSERBASE="$PWD/temp" 2. build-plugins/header.sh has lost 2 functions, mkghc () and ghc(). The original build-plugins/plugin-mvtoolssf.sh is mkghc IFeelBloated/vapoursynth-mvtools-sf libmvtoolssf 5dfa8756092daa7dcc635eef799c6964bd40c259 3. So, I have tried your 3 lines ghdl IFeelBloated/vapoursynth-mvtools-sf and I have this time the same error than you: Run-time dependency vsfilterscript found: NO (tried pkgconfig and cmake) Your old code mkghc IFeelBloated/vapoursynth-mvtools-sf libmvtoolssf 5dfa8756092daa7dcc635eef799c6964bd40c259 works perfectly with the old commit 5dfa... So, I'm too tired (1:40 AM here in France) and I'm sleeping, but I have a (very simple) theory. If the package IFeelBloated / vapoursynth-mvtools-sf https://github.com/IFeelBloated/vapoursynth-mvtools-sf needs now the package IFeelBloated / vsFilterScript https://github.com/IFeelBloated/vsFilterScript ? This last package seems not to be in your scripts; it explains the new meson dependency in mstools-sf... All the best & good night, Alain -- RE: Possible 2 bugs in Linux & vapoursynth - Selur - 16.06.2020 Quote:This last package seems not to be in your scripts; it explains the new meson dependency in mstools-sf...Wasn't a dependency before. -> Adjusted the script and now mvtools-sf is working again. (committed the current working version) Thanks a lot! Cu Selur |