🎬
Video reversing
This python project reverses an input video
This python project reverses an input video
This python project reverses an input video
Place your video file in the project folder and update the path in video_reversing.py (default: sampleVideo.mp4). Running the script prints frame count and FPS, then displays each frame in reverse order in a window titled reversed:
No. of frames: 300.0
FPS: 30.0
200
100
The reversed video plays in a pop-up window. Press any key to step through or let it play at 10 ms per frame.
python
Note Store the input video in this folder and update its path in the code.