couleur-tweak-tips / smoothie-rs

🧋 add motion blur to videos, with granular configuration
https://ctt.cx/smoothie
GNU General Public License v3.0
76 stars 11 forks source link

Interp masking #20

Closed SnowzNZ closed 1 year ago

SnowzNZ commented 1 year ago

s/o atzur

masking example (low input fps to see it in action): https://medium.afileditch.ch/m3/LmnkFnPuVkHjoOXfCrsL.MP4

couleurm commented 1 year ago

I have un-comitted changes, I will implement this myself, push it and @ you

(if you know better ways to manage git lmk lmao)

I'll keep it open for now

animafps commented 1 year ago

(if you know better ways to manage git lmk lmao)

Rebase

SnowzNZ commented 1 year ago

should we just mask after everything else is done (at the end of the file) and just have a global mask?

couleurm commented 1 year ago

should we just mask after everything else is done (at the end of the file) and just have a global mask?

that would be the laziest way, everything that isnt mask would have no blur at all

SnowzNZ commented 1 year ago

added in https://github.com/couleur-tweak-tips/smoothie-rs/commit/51850b74fa2f0e092851dbbc5e0d38e8579cecc9