i see from internet that setMemoryMax value to 7000 can accelerate the encoding time when using many filters.
so where to set in Hybrid? thanks
Hybrid uses
32bit Avisynth++ which couldn't address that much memory, so this makes no sense for Hybrid.
In general you can set the value through: "Filtering->Avisynth->Misc->Miscellaneous->Memory max" (you need to tick "Filtering->Avisynth->Misc->Miscellaneous->AvisynthPlus limit memory" to activate it).
Cu Selur
Ps.: you might want to read
http://avisynth.nl/index.php/Internal_fu...tMemoryMax before blindly enabling this option and setting it to such strange values.
(24.04.2020, 10:07)Selur Wrote: [ -> ]Hybrid uses 32bit Avisynth++ which couldn't address that much memory, so this makes no sense for Hybrid.
In general you can set the value through: "Filtering->Avisynth->Misc->Miscellaneous->Memory max" (you need to tick "Filtering->Avisynth->Misc->Miscellaneous->AvisynthPlus limit memory" to activate it).
Cu Selur
Ps.: you might want to read http://avisynth.nl/index.php/Internal_fu...tMemoryMax before blindly enabling this option and setting it to such strange values.
i'm using Vapoursynth, because it's 64 bit, how to set?
SetMemoryMax is an Avisynth option an Vapoursynth itself does not limit the RAM usage, if you want to limit it because you read something that doesn't apply here you can use:
Filtering->Vapoursynth->Misc->Misc->Limit Cache (MB)
which you probably could have found out if you would care to look through the gui and read the tool-tips.
Cu Selur