I noticed that when I increase the frame rate, the GPU is barely utilized.
With the help of GPT I slightly modified the script: if there is enough VRAM, all video frames are copied to the GPU upfront. In my case this sped up the processing significantly (multiple times).
init.py
vfi_utilities.py
I noticed that when I increase the frame rate, the GPU is barely utilized.
With the help of GPT I slightly modified the script: if there is enough VRAM, all video frames are copied to the GPU upfront. In my case this sped up the processing significantly (multiple times).
init.py
vfi_utilities.py