![]() |
Install Hybrid on Ubuntu 18.04 VNC - 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: Install Hybrid on Ubuntu 18.04 VNC (/thread-1669.html) |
RE: Install Hybrid on Ubuntu 18.04 VNC - sunarowicz - 17.04.2021 (17.04.2021, 22:06)Selur Wrote:Quote:Would you be able to sort it out please?From the looks of it one of the core filters are missing,... Just trying to apply the QTGMC (for example) with its basic settings. No filter settings changed. Here is the script: cat tempPreviewVapoursynthFile22_31_18_353.vpy In the failure report I posted in my previous reply the AverageFrames and SCDetect Miscellaneous Filters are mentioned, so maybe one or both are missing? Just guessing... Quote:I'll look into it tomorrow. OK, thank you. I'll be available for testing tomorrow, but not earlier than in late afternoon/evening CET. When you will be resolving the base filters issue, please do not forget to resolve the libneofft3d.so -> libneo-fft3d.so issue too. I believe it would be easy for you and then it would be already perfect, hopefully. ![]() Thx. RE: Install Hybrid on Ubuntu 18.04 VNC - Selur - 17.04.2021 Did a quick test and yes, adding core.std.LoadPlugin(path="/home/selur/opt/vapoursynth/lib/vapoursynth/libmiscfilters.so") But something is 'off' here since vsViewer complains about: VapourSynth plugins manager: Failed to load vapoursynth library! (really going to bed now,.. issue might be that vsViewer is build against python3.6 -> nope compiled Vapoursynth an vsViewer on the same machine this get the 'Failed to load vapoursynth library!') Cu Selur RE: Install Hybrid on Ubuntu 18.04 VNC - Selur - 18.04.2021 Think I got it, LD_LIBRARY_PATH needs to be export LD_LIBRARY_PATH=~/opt/vapoursynth/lib RE: Install Hybrid on Ubuntu 18.04 VNC - Selur - 18.04.2021 Send you a link to a new dev version via pm. (download and replace your current hybrid-folder with the new one) Update your https://github.com/Selur/hybrid-vapoursynth-addon folder, run the script, update your LD_LIBRARY_PATH. Let me know how this version performes. (seems to work fine here; aside from AddLogo which is broken atm.) Cu Selur RE: Install Hybrid on Ubuntu 18.04 VNC - sunarowicz - 18.04.2021 I tested the dev version and tried all the Vapoursynth deinterlace filters. All of them work! I finally managed to make the QTGMC deinterlaced output and hopefully be able to process my home video library after years of keeping it in a drawer. ![]() Selur, I really appreciate your support, thank you for it! BTW: Does the OpenCl support work for AMD card in Hybrid on Linux (Ubuntu)? I tried to turn it on for the x264 codec, but did not realize any difference in CPU utilization or encoding speed. When I turned it on for QTGMC deinterlace filter, the output generation failed. I have OpenCl working and use it in darktable photo editor. I just wonder if I am not missing anything obvious. I did search the forum, bud did not find anything useful for my case. Although not happy, I will understand if the answer will be "do forget on OpenCl support for AMD"... RE: Install Hybrid on Ubuntu 18.04 VNC - Selur - 19.04.2021 To be frank: No clue about gpu/vpu hardware support on Linux never sat up a system which had it an did serious testing. + Since my Ryzen 7 1800+ doesn't have a vpu I only use my NVIDIA card. I theory it should work,... but I have no clue where to but which libraries to test etc. Cu Selur RE: Install Hybrid on Ubuntu 18.04 VNC - sunarowicz - 19.04.2021 (19.04.2021, 05:23)Selur Wrote: I theory it should work,... but I have no clue where to but which libraries to test etc. OK, thank you for the info. I'll investigate it a bit. RE: Install Hybrid on Ubuntu 18.04 VNC - Selur - 19.04.2021 btw. you can see the calls I use to build the tools Hybrid uses in: https://github.com/Selur/HybridDeploy/blob/master/build-tools.sh in case you are wondering while looking into the gpu acceleration,.. Cu Selur |