03.04.2018, 05:21
Depending on your script, content and filters, 5GB isn't much.
You can limit the frame cache with, for example:
to 2 GB. see: http://www.vapoursynth.com/doc/pythonreference.html
Also, if you use use:
instead of the normal:
you can also limit the thread count.
Cu Selur
Ps.: Please post other VS usage related questions in this thread. Thanks.
You can limit the frame cache with, for example:
core.max_cache_size = 2048
Also, if you use use:
core = vs.get_core(threads=4)
core = vs.get_core()
Cu Selur
Ps.: Please post other VS usage related questions in this thread. Thanks.
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.