mirror of
https://github.com/k4yt3x/video2x.git
synced 2024-12-28 23:19:11 +00:00
updated README for 2.7.1
This commit is contained in:
parent
837aca371e
commit
6c1a714a1e
16
README.md
16
README.md
@ -22,6 +22,10 @@ Component names that are **bolded** can be automatically downloaded and configur
|
|||||||
|
|
||||||
## Recent Changes
|
## Recent Changes
|
||||||
|
|
||||||
|
### 2.7.1 (April 18, 2019)
|
||||||
|
|
||||||
|
- Fixed video2x custom temp folder bug found by @cr08 .
|
||||||
|
|
||||||
### 2.7.0 (March 30, 2019)
|
### 2.7.0 (March 30, 2019)
|
||||||
|
|
||||||
- Added support for different extracted image formats.
|
- 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`.
|
- `video2x_setup.py` script can now automatically download and configure `waifu2x-converter-cpp`.
|
||||||
- replaced old progress indicator with progress bar.
|
- 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
|
## 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.
|
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-caffe](https://github.com/lltcggie/waifu2x-caffe)
|
||||||
- [waifu2x-converter-cpp](https://github.com/DeadSix27/waifu2x-converter-cpp)
|
- [waifu2x-converter-cpp](https://github.com/DeadSix27/waifu2x-converter-cpp)
|
||||||
|
|
||||||
|
## Special Thanks
|
||||||
|
|
||||||
|
Appreciations given to the following contributors:
|
||||||
|
|
||||||
|
- @BrianPetkovsek
|
||||||
|
|
||||||
## Related Resources
|
## 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.
|
- [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.
|
Loading…
Reference in New Issue
Block a user