Hey
Would it be possible to use optical flow with the frame feedback so the feedback would follow the motion?
All the best
Toke
Hey
Would it be possible to use optical flow with the frame feedback so the feedback would follow the motion?
All the best
Toke
The visual output from the optical flow is actually just a visualisation of the actual motion vector data, so I’m not sure if it could work directly.
If you take the output from the optical flow node and pass it to a motion datamosh node, then apply that to the frame feedback, you might get what you are looking for though.
– Ryan
Was trying to pipe in the frame difference to the temporal filter
Optical flow to data mosh is a great idea, will try that out straight away
Thanks, Ryan