How can I change video speed

Hello.

I want to change my video clip speed. Like 0.5, 1.2.
Does anyone know how can I change my video clip speed.

Thanks :slight_smile:

Unfortunately that functionality isn’t available yet.

Until such time that we introduce this capability I would recommend using ffmpeg as a way to speed up your assets before using them in Shotstack:

ffmpeg -i input.mp4 -filter:v "setpts=PTS/60" output.mp4