updated README for 2.7.1

This commit is contained in:
k4yt3x 2019-04-18 14:57:30 -04:00
parent 837aca371e
commit 6c1a714a1e

View File

@ -22,6 +22,10 @@ Component names that are **bolded** can be automatically downloaded and configur
## Recent Changes
### 2.7.1 (April 18, 2019)
- Fixed video2x custom temp folder bug found by @cr08 .
### 2.7.0 (March 30, 2019)
- Added support for different extracted image formats.
@ -33,12 +37,6 @@ Component names that are **bolded** can be automatically downloaded and configur
- `video2x_setup.py` script can now automatically download and configure `waifu2x-converter-cpp`.
- replaced old progress indicator with progress bar.
### 2.6.3 (March 24, 2019)
- Added image cleaner by @BrianPetkovsek which removes upscaled frames.
- Fixed some PEP8 issues.
- Exceptions in waifu2x are now caught, and script will now stop on waifu2x error instead of keep going on to FFmpeg.
## Description
Video2X is an automation software based on waifu2x image enlarging engine. It extracts frames from a video, enlarge it by a number of times without losing any details or quality, keeping lines smooth and edges sharp.
@ -225,6 +223,12 @@ This project relies on the following software and projects.
- [waifu2x-caffe](https://github.com/lltcggie/waifu2x-caffe)
- [waifu2x-converter-cpp](https://github.com/DeadSix27/waifu2x-converter-cpp)
## Special Thanks
Appreciations given to the following contributors:
- @BrianPetkovsek
## Related Resources
- [Dandere2x](https://github.com/CardinalPanda/dandere2x): `Dandere2x` is a lossy video upscaler also built around `waifu2x`, but with video compression techniques to shorten the time needed to process a video.