From 9f6f1eee5b8fb73ceeb02585c7a3e33c6034a16a Mon Sep 17 00:00:00 2001 From: k4yt3x Date: Fri, 29 May 2020 21:18:07 -0400 Subject: [PATCH] added more comments in the config file --- src/video2x.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/video2x.yaml b/src/video2x.yaml index a0db3c7..4463102 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: May 26, 2020 +# Last Modified: May 29, 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 @@ -167,6 +167,6 @@ gifski: nosort: false # Use files exactly in the order given, rather than sorted quiet: false # Do not show a progress bar video2x: - video2x_cache_directory: null # default: %TEMP%\video2x - image_format: png - preserve_frames: false + video2x_cache_directory: null # default: %TEMP%\video2x, directory where cache files are stored, will be deleted if preserve_frames is not set to true + image_format: png # png/jpg intermediate file format used for extracted frames during video processing + preserve_frames: false # if set to true, the cache directory won't be cleaned upon task completion