Skip to content

This python-based application will upscale the old video

License

Notifications You must be signed in to change notification settings

SatyakiDe2019/UpscaleVideo

Repository files navigation

Restore old video with Python

About this app

This app will perform very basic level video enhancement skills using Open-CV mostly for the beginners. However, there will be a separate complex video solution will show case in the future.

How to run this app

(The following instructions apply to Posix/bash. Windows users should check here.)

First, clone this repository and open a terminal inside the root folder.

Create and activate a new virtual environment (recommended) by running the following:

python3 -m venv venv
source venv/bin/activate

Install the requirements:

pip install -r requirements.txt

Run the dummy event generation VideoRestore-App:

python restoreOldVideo.py

Screenshots

Video Restoration using Python (Very Basic) - Demo

Resources

About

This python-based application will upscale the old video

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages