![]() |
[GUIDE] Ubuntu repository - maintained by djcj - 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: [GUIDE] Ubuntu repository - maintained by djcj (/thread-18.html) |
RE: Ubuntu repository - maintained by djcj - Selur - 28.07.2019 tested all the filters and encountered some additional problems: using MCTemporalDenoise fails with: ------------------------------------------- Failed to evaluate the script: strangely the same call: # denoising using MCTemporalDenoise using libtcanny in mClean/MCDegrainSharp fails with: ---------------------------------------------------------- Failed to evaluate the script: FineSharp/PSharpen need another mvtools: ----------------------------------------------- https://github.com/IFeelBloated/vapoursynth-mvtools-sf would be nice if you could add it to the plugins Stab also needs DePan: ------------------------ https://www.dropbox.com/s/d72bougsis2se58/vapoursynth-depan-1.tar.gz would be nice if you could add it to the plugins waifu2x gives: -------------------- Vapoursynth preview error: Segmentation fault (core dumped) small correction for eedi3 it's --------------------------------------- Failed to evaluate the script: Cu Selur Ps.: uploaded the current package to my google drive: https://drive.google.com/open?id=1jzNgf0X1KnGPVZr49EXs4xD4LFqPBMp8 RE: Ubuntu repository - maintained by djcj - djcj - 30.07.2019 Fixing the missing dependencies shouldn't be an issue. By the way, I've been thinking that it might be possible to only build the vapoursynth python module on the user side since that seems to be the only part that depends on a specific Python version. The waifu2x error seems to be a symbol visibility issue, shouldn't be a problem to fix. Right now I link the waifu2x converter object files into the vapoursynth plugin, maybe it's easier to just build it the usual way as a standalone library. The dfttest issue sounds like an issue with that line: p = core.dfttest.DFTTest(i, tbsize=1, sstring='0.0:4.0 0.2:9.0 1.0:15.0', planes=planes) I guess the sstring argument is incorrectly formatted? I don't have much time right now so it may have to wait until weekend. RE: Ubuntu repository - maintained by djcj - Selur - 30.07.2019 Quote:I guess the sstring argument is incorrectly formatted?I doubt it, since using MCTemporalDenoise(i=clip, settings="low") works fine on Windows. Cu Selur RE: Ubuntu repository - maintained by djcj - djcj - 01.08.2019 I don't know how to fix the dfttest issue. Maybe you should ask the developer of it or the developer of havsfunc. RE: Ubuntu repository - maintained by djcj - Selur - 01.08.2019 No problem I'll do some testing and ask over at doom9 and the developer of havsfunc. ![]() Cu Selur RE: Ubuntu repository - maintained by djcj - Selur - 02.08.2019 -> okay, I know why it happens. read https://forum.doom9.org/showthread.php?p=1880774#post1880774 (still traumatized from the reason why this is happening and really hoping that there is a way to workaround this,... this this is just WTF!?!?) Cu Selur RE: Ubuntu repository - maintained by djcj - djcj - 03.08.2019 Wow, issues because of the current locale. I agree it should be arrays of float/int/etc instead of strings anyway. I think you open an issue on Github for that plugin. I guess as a workaround you could avoid it by setting all locales to C before using VapourSynth. RE: Ubuntu repository - maintained by djcj - Selur - 03.08.2019 Don't want to mess with the locals on a the system, I'll look into rewriting the script itself. -> adjusted the script to workaround the local handling. So let me know when you found the time to fix the dependency issues from above. ![]() Cu Selur Ps.: DFTTest was fixed upstream. Seems like we started something with this complaint,... see: https://github.com/HomeOfVapourSynthEvolution/VapourSynth-DFTTest/issues/9 RE: Ubuntu repository - maintained by djcj - djcj - 04.08.2019 (28.07.2019, 21:05)Selur Wrote: Stab also needs DePan: Do you have the original git url? RE: Ubuntu repository - maintained by djcj - Selur - 04.08.2019 afaik there never was a public git. |