CutMerge is a tool where you can extract the frames of your video to process they as you want in anyother tool like image upscalers and after this merge into a new video file.
FFMPEG nedded @ download here!
Drag ffmpeg.exe in the CutMerge folder or create a environment variable.
py -m venv env
.\env\Scripts\activate
pip install opencv-python
py cut.py -s "/your_dir/video.mp4"
* if you put a "video.mp4" in root, u can use simply use "py cut.py".
py merge.py
This is a personal project and not represents a final product.