From 7f3a377ea8fe6082172e7298356233c68ff4446c Mon Sep 17 00:00:00 2001 From: K4YT3X Date: Tue, 12 Mar 2019 12:05:18 -0400 Subject: [PATCH] updated README for 2.6.1 --- README.md | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 0fa622d..a7f93b7 100644 --- a/README.md +++ b/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)