obs-recursion-effect
obs-recursion-effect copied to clipboard
Plugin for OBS Studio to add recursion effect to a source using a filter
``` /usr/ports/multimedia/obs-recursion-effect/work/obs-recursion-effect-0.1.0/recursion-effect.c:49:3: error: 'circlebuf_pop_front' is deprecated [-Werror,-Wdeprecated-declarations] 49 | circlebuf_pop_front(&f->frames, &frame, sizeof(frame)); | ^ /usr/local/include/obs/util/circlebuf.h:291:1: note: 'circlebuf_pop_front' has been explicitly marked deprecated here 291 | OBS_DEPRECATED static inline void circlebuf_pop_front(struct...
I'm sure this is not a bug, more of a feature request. I'd love it if there was a way for this plugin to allow me to speed up, and...
I feel like most parameters would benefit from a decreased step size, I find myself wanting to adjust values with more granularity quite frequently. This is especially noticeable when creating...
I believe this effect would greatly benefit from an extra option: The pivot/transformation origin, relative to the input. Most of the time, I want my transformations (rotation & scale) to...
``` ltimedia/obs-recursion-effect/work/obs-recursion-effect-0.1.0/recursion-effect.c ^[[1m/wrkdirs/usr/ports/multimedia/obs-recursion-effect/work/obs-recursion-effect-0.1.0/recursion-effect.c:2:10: ^[[0m^[[0;1;31mfatal error: ^[[0m^[[1m'util/circlebuf.h' file not found^[[0m 2 | #include ^[[0m | ^[[0;1;32m ^~~~~~~~~~~~~~~~~~ ^[[0m1 error generated. ```