mirror of
https://github.com/k4yt3x/video2x.git
synced 2024-12-28 06:59:11 +00:00
updated README for 2.6.1
This commit is contained in:
parent
03d3c16546
commit
7f3a377ea8
18
README.md
18
README.md
@ -16,6 +16,11 @@ Component names that are *italicized* can be automatically downloaded and config
|
||||
|
||||
## Recent Changes
|
||||
|
||||
### 2.6.1 (March 12, 2019)
|
||||
|
||||
- Added `-b, --batch` option which selects applies all default values for questions automatically.
|
||||
- **This new version will now require `avalon_framework>=1.6.3`**. Please run `pip install -U avalon_framework` to update the existing framework.
|
||||
|
||||
### 2.6.0 (March 9, 2019)
|
||||
|
||||
- Complete redesign of configuration file format. The configuration file is now much more flexible and easy to look at.
|
||||
@ -29,16 +34,6 @@ Component names that are *italicized* can be automatically downloaded and config
|
||||
- Updated FFMPEG stream migration grammar according to @cr08 's suggestions. All streams (including attachment streams) will now be copied over to the new video.
|
||||
- A lot of minor upgrades and adjustments.
|
||||
|
||||
### 2.4.3 (February 26, 2019)
|
||||
|
||||
- Fixed the bug where ffmpeg arguments (hwaccel) are not passed on to ffmpeg.
|
||||
|
||||
### 2.4.2 (February 26, 2019)
|
||||
|
||||
- Added the function to detect insufficient GPU memory.
|
||||
- Added the function to create temporary folders automatically.
|
||||
- Fixed configuration file path error.
|
||||
|
||||
## 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.
|
||||
@ -192,6 +187,9 @@ $ python video2x.py -i sample_input.mp4 -o sample_output.mp4 -m cpu --width=1920
|
||||
### -r RATIO, --ratio RATIO
|
||||
Scaling ratio
|
||||
|
||||
### -b, --batch
|
||||
Enable batch mode (select all default values to questions)
|
||||
|
||||
## License
|
||||
|
||||
Licensed under the GNU General Public License Version 3 (GNU GPL v3)
|
||||
|
Loading…
Reference in New Issue
Block a user