Skip to content

Files

Latest commit

 

History

History

Video reversing

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Video reversing

This python script will allow us to reverse a video

Setup Instructions

Install python3

sudo apt-get install python3

Install pip (package installer for python)

sudo apt-get install python3-pip

Install OpenCV library with pip

pip3 install opencv-python

Install tkinter library

sudo apt-get install python3-tk

Details/Output

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.

Author

Github: invigorzz313