Topic: Memory usage of vspipe
My vapoursynth/SVP script: https://pastebin.com/MC9EFFUG
My laptop's memory is about 8GB and within 4-5 minutes of running this script (piped to ffmpeg which is fine, not even 200 MB of ram), my computer freezes (I'm on Linux). I tried setting core.max_cache_size = 5000 and this did nothing.
The video I'm using is very large... 1080p Blu-ray rip, 24 GB. Perhaps the video size is too big? Or that I'm using ffms2 to read the video?
So, 2 questions. 1) How can I stop the script from maxing out my memory, and 2) How can I pass a video into this script without using ffms2? I know it must be blatantly simple but this is a whole new world for me :)
Thank you for ANY help!
P.S. Completely random but what does rc:true actually mean? The documentation says it's for SVP Manager, but in what way?