This project is an enhancement of the original video depixelation project.
- Improved window detection
- Automatic folder creation
- Better error handling
- All paths are now relative to the script location
- Added video processing status messages
Create-Frames.py
: Script to extract video framesRemove-Blur.py
: Main depixelation scriptRemove-Files.py
: Utility to clean temporary files
video-input/
: Contains source videosvideo-output/
: Contains processed videosframes_detected/
: Frames with window detectionmosaics/
: Images with pixel gridaccumulated/
: Accumulated imageswindows/
: Extracted windows
- Place your video in the
video-input/
directory - Run
Create-Frames.py
to extract frames - Run
Remove-Blur.py
for depixelation processing - Results will be available in
video-output/
This project is licensed under the MIT License - see the LICENSE file for details. The original project is under CC0 1.0 Universal Public Domain Dedication.