This python script will allow us to reverse a video
sudo apt-get install python3
sudo apt-get install python3-pip
pip3 install opencv-python
sudo apt-get install python3-tk
The input video is to be stored in the current folder.
When the script is run, the progress is updated every 100 frames.
The output reversed video is saved in the current folder.
Github: invigorzz313