Selur's Little Message Board

Full Version: Ubuntu repository - maintained by djcj
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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
@djcj can I request for hysteria and limitedsharpenfaster mod to be added to the vapoursynth ubuntu repository?
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
will it work standalone without hybrid?
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
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
You can already use LSFMod when not using Hybrid, it's just not supported in Hybrid atm. (LSDMod comes with havsfunc)

Cu Selur
I will try it out
I tried it, vspipe takes up a lot of ram 5gb+. PC froze for sometime
Depending on your script, content and filters, 5GB isn't much. Smile
You can limit the frame cache with, for example:
Code:
core.max_cache_size = 2048
to 2 GB. see: http://www.vapoursynth.com/doc/pythonreference.html
Also, if you use use:
Code:
core = vs.get_core(threads=4)
instead of the normal:
Code:
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
I will try it later today. 4GB should be decent.
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