mirror of
https://github.com/k4yt3x/video2x.git
synced 2026-02-27 10:44:47 +08:00
commented controlled parameters for waifu2x-caffe and Gifski
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
# Name: Video2X Configuration File
|
# Name: Video2X Configuration File
|
||||||
# Creator: K4YT3X
|
# Creator: K4YT3X
|
||||||
# Date Created: October 23, 2018
|
# 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
|
# Values here are the default values. Change the value here to
|
||||||
# save the default value permanently.
|
# save the default value permanently.
|
||||||
# Items commented out are parameters irrelevant to this context
|
# Items commented out are parameters irrelevant to this context
|
||||||
@@ -18,8 +18,8 @@ waifu2x_caffe:
|
|||||||
output_quality: -1 # output image quality
|
output_quality: -1 # output image quality
|
||||||
process: gpu # <cpu|gpu|cudnn> process mode
|
process: gpu # <cpu|gpu|cudnn> process mode
|
||||||
model_dir: null # path to custom model directory (don't append last / )
|
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_height: 0 # custom scale height (specifying this will overwrite scale_ratio)
|
||||||
scale_width: 0 # custom scale width (specifying this will overwrite scale_ratio)
|
#scale_width: 0 # custom scale width (specifying this will overwrite scale_ratio)
|
||||||
#scale_ratio: null # custom scale ratio
|
#scale_ratio: null # custom scale ratio
|
||||||
noise_level: 3 # <0|1|2|3> noise reduction level
|
noise_level: 3 # <0|1|2|3> noise reduction level
|
||||||
mode: noise_scale # <noise|scale|noise_scale|auto_scale> image processing mode
|
mode: noise_scale # <noise|scale|noise_scale|auto_scale> image processing mode
|
||||||
@@ -168,8 +168,8 @@ gifski:
|
|||||||
# fps: 20 # Animation frames per second (for PNG frames only) [default: 20]
|
# 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
|
fast: false # 3 times faster encoding, but 10% lower quality and bigger file
|
||||||
quality: 100 # Lower quality may give smaller file
|
quality: 100 # Lower quality may give smaller file
|
||||||
width: null # Maximum width
|
#width: null # Maximum width
|
||||||
height: null # Maximum height (if width is also set)
|
#height: null # Maximum height (if width is also set)
|
||||||
once: false # Do not loop the GIF
|
once: false # Do not loop the GIF
|
||||||
nosort: false # Use files exactly in the order given, rather than sorted
|
nosort: false # Use files exactly in the order given, rather than sorted
|
||||||
quiet: false # Do not show a progress bar
|
quiet: false # Do not show a progress bar
|
||||||
|
|||||||
Reference in New Issue
Block a user