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
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