Selur's Little Message Board
[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)

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24


RE: Ubuntu repository - maintained by djcj - Deadshot - 01.04.2018

@djcj can I request for hysteria and limitedsharpenfaster mod to be added to the vapoursynth ubuntu repository?


RE: Ubuntu repository - maintained by djcj - Selur - 01.04.2018

Hysteria should be available (Filtering->Line->Line Darkening) with the next release since I included it in the VapoursynthScriptsInHybrid repository.
'limitedsharpenfaster mod' (LSFmod) comes with havsfunc, but I havent's written support for it. -> will look into it, but not sure whether it makes it for the next release.
=> so there doesn't seem to be anything to do for djcj Big Grin

Cu Selur


RE: Ubuntu repository - maintained by djcj - Deadshot - 01.04.2018

will it work standalone without hybrid?


RE: Ubuntu repository - maintained by djcj - Selur - 01.04.2018

The scripts from the repository just have to be placed into the script folder used by Vapoursynth and then can be used. So even if Hybrid itself doesn't have support for for a filter as long as the scripts and used libraries are there, you can use it normally in manual scripts.

Cu Selur


RE: Ubuntu repository - maintained by djcj - Deadshot - 02.04.2018

Thanks for all the help. I tested hysteria and it is working. I saw the psharpen script, I will use that in the mean time while I wait for LSFmod


RE: Ubuntu repository - maintained by djcj - Selur - 02.04.2018

You can already use LSFMod when not using Hybrid, it's just not supported in Hybrid atm. (LSDMod comes with havsfunc)

Cu Selur


RE: Ubuntu repository - maintained by djcj - Deadshot - 02.04.2018

I will try it out


RE: Ubuntu repository - maintained by djcj - Deadshot - 03.04.2018

I tried it, vspipe takes up a lot of ram 5gb+. PC froze for sometime


RE: Ubuntu repository - maintained by djcj - Selur - 03.04.2018

Depending on your script, content and filters, 5GB isn't much. Smile
You can limit the frame cache with, for example:
core.max_cache_size = 2048
to 2 GB. see: http://www.vapoursynth.com/doc/pythonreference.html
Also, if you use use:
core = vs.get_core(threads=4)
instead of the normal:
core = vs.get_core()
you can also limit the thread count.

Cu Selur

Ps.: Please post other VS usage related questions in this thread. Thanks. Smile


RE: Ubuntu repository - maintained by djcj - Deadshot - 03.04.2018

I will try it later today. 4GB should be decent.