playMaker

Author Topic: video speed easing  (Read 477 times)

George

  • Playmaker Newbie
  • *
  • Posts: 15
video speed easing
« on: October 14, 2021, 04:07:27 PM »
hello does anyone know how i would apply easing to an increase or decrease in video playback rate ?

when i move from, say, 100% of video playback rate to 150% i would like the video to "ease" to the 150% instead of just jumping to that playback speed.

i have tried adding an ease float command that grabs a global speed variable to use as the base variable then i increase or decrease to whatever it should be and store the variable. i can tell the action is being performed because i have the "time" set to 2 for the easing and it does not accept other inputs until this 2 seconds is up. however, it does not make any difference to the video and still jumps from one speed to the other it just waits 2 seconds before doing so.

does anyone have an idea how to do this it would be very helpful as there doesn't seem to be any documentation online of how to apply this to video playback speed. thanks in advance !