Quick project I hope to work on to help me upscale old home video footage from camcorders, etc.
- Upscales video using Real-ESRGAN. Currently tested on Apple Silicon GPU (working, sort of)
To install this project using Poetry, follow these steps:
- Make sure you have Poetry installed. If not, you can install it by following the instructions here.
- Clone the repository:
git clone https://github.com/nostoslabs/video_upscaler.git
- Navigate to the project directory:
cd video_upscaler
- Install the project dependencies:
poetry install
- Activate the virtual environment:
poetry shell
You have now successfully installed the project using Poetry.
poetry run upscale video.mp4 video_HD.mp4
Contributions are welcome! Follow these steps to contribute to the project:
- Fork the repository.
- Create a new branch for your feature or bug fix.
- Make your changes and commit them.
- Push your changes to your forked repository.
- Open a pull request to the main repository.
Please ensure that your code follows the project's coding conventions and style guidelines.
This project is licensed under the MIT License - see the LICENSE file for details.
Contact me via an issue.
This is just a wrapper of the excellent pyAV and https://github.com/sberbank-ai/Real-ESRGAN models.