Video Reverser Program in python - 25/03/2025

I have made a Video Reverser program in python. The program accepts MP4 and AVI video files, and outputs an AVI video file, which is the original video in reverse!

 

Make sure that you have cv2/openCV installed with your python installation ("https://pypi.org/project/opencv-python/" or "pip install opencv-python")

 

Hope you enjoy using it! Let me know of any questions or comments at makrypodisc@hotmail.com

:)

 

Download video-reverser.py