This project enhances the resolution of low-quality videos using the BSRGAN (Blind Super-Resolution GAN) deep learning model.
- Extracts frames from input videos.
- Enhances each frame using the BSRGAN super-resolution model.
- Reconstructs high-resolution video from enhanced frames.
- Supports
.mp4and other common video formats.
- Python 3.8+
- FFmpeg
- PyTorch
- OpenCV
- NumPy
- BSRGAN dependencies
git clone https://github.com/yourusername/bsrgan-video-enhancer.git
cd bsrgan-video-enhancer