Exeldro
Exeldro
It sounds as a bug that I don't have any experience fixing. Might be I need to remove those lines: https://github.com/exeldro/obs-downstream-keyer/blob/master/CMakeLists.txt#L78-L81
QT6 should be working in the latest test build you can download here: https://github.com/exeldro/obs-downstream-keyer/actions/runs/2957744843
I see you put it here: https://github.com/Oncorporation/obs-shaderfilter/blob/master/data/examples/rounded_rect2.shader Yeah, go ahead and use it as an example. It is not perfect yet it will look strange on parts or gaps smaller...
On startup the buffer is empty, so backward and fast forward are not possible, but slow forward on startup might be an option I can add
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
the plugin asks for memory for the frames and has no influence where those frames are stored.
I think saving the time that is left on a video is better to add to the specific sources like a media source instead of trying to create something generic...
The memory stores raw unencoded video with this plugin. For 1080p60 that is about 500MB per second. If you want less memory usage you could lower your fps or your...
I have not added audio yet because I have not found a good way to do the speed easing with audio.
Should it automatic delete the oldest backups, and never the renamed ones?