exeldro / obs-dynamic-delay

GNU General Public License v2.0
41 stars 4 forks source link

Enabling filter causes high GPU VRAM #7

Open glnces opened 2 years ago

glnces commented 2 years ago

Enabling the Dynamic Delay filter makes OBS use around 70-90% of my GPU VRAM. I'm assuming this abnormally high, and I've only seen one other person report this issue with the same GPU (2080ti). Disabling the filter won't drop the resource use down, I need to restart OBS. Any chance this is a bug?

ezgif com-gif-maker

exeldro commented 2 years ago

The video buffer is stored in memory raw, so video usage is expected. Just making a fix now to free up memory when the filter is disabled. https://github.com/exeldro/obs-dynamic-delay/actions/runs/1898384456

OtterNas3 commented 2 years ago

Question why does it use the VRAM now instead of the normal RAM?

exeldro commented 2 years ago

the plugin asks for memory for the frames and has no influence where those frames are stored.

glnces commented 2 years ago

Interesting! I have much more ram than vram, I wish there were a way to force this to use ram instead.