smoothie-rs icon indicating copy to clipboard operation
smoothie-rs copied to clipboard

Effect Order

Open umbrageodotus opened this issue 6 months ago • 8 comments
trafficstars

Hey!

Just a question, is it possible to first of all apply flowblur, then interpolate and then frameblend?

Thanks, Alex <3

umbrageodotus avatar Apr 25 '25 20:04 umbrageodotus

hi, that would be quite easy to reorder the if statements in jamba.vpy for testing around, but i cant think of a convenient way to have modular filters that you can change the order of intuitively

couleurm avatar Apr 25 '25 21:04 couleurm

whats your usecase?

couleurm avatar Apr 27 '25 12:04 couleurm

let me know how you manage the order of your filters :p

couleurm avatar Apr 29 '25 10:04 couleurm

are you taking that list, splitting by newline and looping that through a switch statement to apply filters on a videonode?

couleurm avatar May 11 '25 09:05 couleurm