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.

Limit Cache (MB)
#1
Hello Selur,

  In Hybrid under Filtering->Vapoursynth->Script, there is the option Limit Cache (MB).

  I'd like to understand how this option is used, because by enabling/disabling it, I don't see any change on the generated script or the vspipe command used for encoding.

Thanks,
Dan
Reply
#2
the tool tip seems clear to me,...

If you enable it and:
a. enter a value, that value, i.e. 2048, that value gets set as max_cache_size
# Limit frame cache to 2048MB
core.max_cache_size = 2048
if a value of 0 is set and '8GB for > SD' is selected and your output is > 720x576
# Limit frame cache to 8192MB
core.max_cache_size = 8192
will be used,...
read also:
https://www.vapoursynth.com/doc/pythonre...cache_size
https://forum.doom9.org/showthread.php?t=185774

Cu Selur
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Reply
#3
I turned this option to 16GB, but I don't see in the generated code the lines

# Limit frame cache to  16384MB
core.max_cache_size =  16384

The cache settings is also depending from the clip input resolution ?

Dan
Reply
#4
Yes, unless you enter 16384 as number, instead of 0, or use the 3/4 option, those limits only are activated on content that is greater than SD, HD or UHD.
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)