[ANSWERED] Motion Blur behind a picture player
-
Hi All,
I want a motion blur actor behind a picture player, but the fade out stops once the picture is set. (I play a array of pictures after each other) The motion blur needs a video stream as input to do his trick, so I tried it to send it to a virtual screen and grab it from there but same result. Put it into a video mixer with a random So the output from the picture player need to be converted into a video stream. How?Cheers, Barney
-
I'm not sure what you are looking to accomplish. An easy way to create a video stream from a picture is to run it thru the default GLSL actor, but the Motion Blur still won't do much once an image is set, since the image isn't moving. I don't know exactly what effect you're after, but I feel like you might be served by creating a feedback loop, with some zooming, and then placing the Picture over this again (so it's clear)
-
I have a series of time-lapse pics that are played one after each other I a fairly quick tempo and this output I like to blur. It does work as you suggested with the shader in between, thanks for this suggestion!
Cheers, Barney
-
Hey Barney,
Just to check, have you imported all of the images from your time lapse into Isadora, or have you rendered them into a video file then imported that?