This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm whether you accept or reject these cookies being set.

A cookie will be stored in your browser regardless of choice to prevent you being asked this question again. You will be able to change your cookie settings at any time using the link in the footer.

[GUIDE] Ubuntu repository - maintained by djcj
#61
@djcj can I request for hysteria and limitedsharpenfaster mod to be added to the vapoursynth ubuntu repository?
Reply
#62
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
Reply
#63
will it work standalone without hybrid?
Reply
#64
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
Reply
#65
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
Reply
#66
You can already use LSFMod when not using Hybrid, it's just not supported in Hybrid atm. (LSDMod comes with havsfunc)

Cu Selur
Reply
#67
I will try it out
Reply
#68
I tried it, vspipe takes up a lot of ram 5gb+. PC froze for sometime
Reply
#69
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
Reply
#70
I will try it later today. 4GB should be decent.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)