Playing clips backwards?

Until this is available, the workaround is to use ffmpeg to reverse the video file:

ffmpeg -i normal.mp4 -vf reverse -af areverse -c:v libx264 -preset slow -crf 22 reverse.mp4

Video tutorial: https://www.youtube.com/watch?v=AcQD9ZRO55w

2 Likes