From 21928f9eb4520d2db23dbe128afb4fbf70b021e9 Mon Sep 17 00:00:00 2001 From: K4YT3X Date: Sun, 13 Sep 2020 17:09:24 -0400 Subject: [PATCH] commented controlled parameters for waifu2x-caffe and Gifski --- src/video2x.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/video2x.yaml b/src/video2x.yaml index 17e7c92..cde8788 100644 --- a/src/video2x.yaml +++ b/src/video2x.yaml @@ -1,7 +1,7 @@ # Name: Video2X Configuration File # Creator: K4YT3X # Date Created: October 23, 2018 -# Last Modified: August 18, 2020 +# Last Modified: September 13, 2020 # Values here are the default values. Change the value here to # save the default value permanently. # Items commented out are parameters irrelevant to this context @@ -18,8 +18,8 @@ waifu2x_caffe: output_quality: -1 # output image quality process: gpu # process mode model_dir: null # path to custom model directory (don't append last / ) - scale_height: 0 # custom scale height (specifying this will overwrite scale_ratio) - scale_width: 0 # custom scale width (specifying this will overwrite scale_ratio) + #scale_height: 0 # custom scale height (specifying this will overwrite scale_ratio) + #scale_width: 0 # custom scale width (specifying this will overwrite scale_ratio) #scale_ratio: null # custom scale ratio noise_level: 3 # <0|1|2|3> noise reduction level mode: noise_scale # image processing mode @@ -168,8 +168,8 @@ gifski: # fps: 20 # Animation frames per second (for PNG frames only) [default: 20] fast: false # 3 times faster encoding, but 10% lower quality and bigger file quality: 100 # Lower quality may give smaller file - width: null # Maximum width - height: null # Maximum height (if width is also set) + #width: null # Maximum width + #height: null # Maximum height (if width is also set) once: false # Do not loop the GIF nosort: false # Use files exactly in the order given, rather than sorted quiet: false # Do not show a progress bar