mirror of
https://github.com/k4yt3x/video2x.git
synced 2025-01-30 23:58:11 +00:00
formatted YAML file
This commit is contained in:
parent
7726a86e35
commit
7e888db7b2
@ -1,12 +1,12 @@
|
|||||||
---
|
---
|
||||||
waifu2x_caffe:
|
waifu2x_caffe:
|
||||||
path: C:\Users\K4YT3X\AppData\Local\video2x\waifu2x-caffe\waifu2x-caffe-cui
|
path: C:\Users\K4YT3X\AppData\Local\video2x\waifu2x-caffe\waifu2x-caffe-cui
|
||||||
input_extention_list:
|
input_extention_list:
|
||||||
output_extention:
|
output_extention:
|
||||||
mode: noise_scale
|
mode: noise_scale
|
||||||
scale_ratio:
|
scale_ratio:
|
||||||
scale_width:
|
scale_width:
|
||||||
scale_height:
|
scale_height:
|
||||||
noise_level: 3
|
noise_level: 3
|
||||||
process: gpu
|
process: gpu
|
||||||
crop_size: 128
|
crop_size: 128
|
||||||
@ -15,39 +15,39 @@ waifu2x_caffe:
|
|||||||
batch_size: 1
|
batch_size: 1
|
||||||
gpu: 0
|
gpu: 0
|
||||||
tta: 0
|
tta: 0
|
||||||
input_path:
|
input_path:
|
||||||
output_path:
|
output_path:
|
||||||
model_dir:
|
model_dir:
|
||||||
crop_w:
|
crop_w:
|
||||||
crop_h:
|
crop_h:
|
||||||
waifu2x_converter:
|
waifu2x_converter:
|
||||||
path: C:\Users\K4YT3X\AppData\Local\video2x\waifu2x-converter-cpp
|
path: C:\Users\K4YT3X\AppData\Local\video2x\waifu2x-converter-cpp
|
||||||
output-format:
|
output-format:
|
||||||
png-compression:
|
png-compression:
|
||||||
image-quality:
|
image-quality:
|
||||||
block-size:
|
block-size:
|
||||||
disable-gpu:
|
disable-gpu:
|
||||||
force-OpenCL:
|
force-OpenCL:
|
||||||
processor:
|
processor:
|
||||||
jobs:
|
jobs:
|
||||||
model-dir:
|
model-dir:
|
||||||
scale-ratio:
|
scale-ratio:
|
||||||
noise-level: 3
|
noise-level: 3
|
||||||
mode: noise-scale
|
mode: noise-scale
|
||||||
silent: true
|
silent: true
|
||||||
output:
|
output:
|
||||||
input:
|
input:
|
||||||
waifu2x_ncnn_vulkan:
|
waifu2x_ncnn_vulkan:
|
||||||
path: C:\Users\K4YT3X\AppData\Local\video2x\waifu2x-ncnn-vulkan\waifu2x-ncnn-vulkan
|
path: C:\Users\K4YT3X\AppData\Local\video2x\waifu2x-ncnn-vulkan\waifu2x-ncnn-vulkan
|
||||||
v:
|
v:
|
||||||
i:
|
i:
|
||||||
o:
|
o:
|
||||||
n: 2
|
n: 2
|
||||||
s: 2
|
s: 2
|
||||||
t: 400
|
t: 400
|
||||||
m: models-cunet
|
m: models-cunet
|
||||||
g: 0
|
g: 0
|
||||||
j: '1:2:2'
|
j: "1:2:2"
|
||||||
anime4k:
|
anime4k:
|
||||||
path: C:\Users\K4YT3X\AppData\Local\video2x\anime4k\Anime4K.jar
|
path: C:\Users\K4YT3X\AppData\Local\video2x\anime4k\Anime4K.jar
|
||||||
java_path: C:\Program Files\Java\jdk-12.0.2\bin\java.exe
|
java_path: C:\Program Files\Java\jdk-12.0.2\bin\java.exe
|
||||||
@ -55,35 +55,35 @@ ffmpeg:
|
|||||||
ffmpeg_path: C:\Users\K4YT3X\AppData\Local\video2x\ffmpeg-latest-win64-static\bin
|
ffmpeg_path: C:\Users\K4YT3X\AppData\Local\video2x\ffmpeg-latest-win64-static\bin
|
||||||
video_to_frames:
|
video_to_frames:
|
||||||
output_options:
|
output_options:
|
||||||
"-qscale:v":
|
"-qscale:v":
|
||||||
"-pix_fmt": rgba64be
|
"-pix_fmt": rgba64be
|
||||||
"-hwaccel": auto
|
"-hwaccel": auto
|
||||||
"-y": true
|
"-y": true
|
||||||
frames_to_video:
|
frames_to_video:
|
||||||
input_options:
|
input_options:
|
||||||
"-qscale:v":
|
"-qscale:v":
|
||||||
"-qscale:a":
|
"-qscale:a":
|
||||||
"-f": image2
|
"-f": image2
|
||||||
output_options:
|
output_options:
|
||||||
"-vcodec": libx264
|
"-vcodec": libx264
|
||||||
"-crf": 17
|
"-crf": 17
|
||||||
"-b:v":
|
"-b:v":
|
||||||
"-pix_fmt":
|
"-pix_fmt":
|
||||||
"-hwaccel": auto
|
"-hwaccel": auto
|
||||||
"-y": true
|
"-y": true
|
||||||
migrating_tracks:
|
migrating_tracks:
|
||||||
output_options:
|
output_options:
|
||||||
"-map":
|
"-map":
|
||||||
- 0:v?
|
- 0:v?
|
||||||
- 1:a?
|
- 1:a?
|
||||||
- 1:s?
|
- 1:s?
|
||||||
- 1:d?
|
- 1:d?
|
||||||
- 1:t?
|
- 1:t?
|
||||||
"-c": copy
|
"-c": copy
|
||||||
"-pix_fmt":
|
"-pix_fmt":
|
||||||
"-hwaccel": auto
|
"-hwaccel": auto
|
||||||
"-y": true
|
"-y": true
|
||||||
video2x:
|
video2x:
|
||||||
video2x_cache_directory:
|
video2x_cache_directory:
|
||||||
image_format: png
|
image_format: png
|
||||||
preserve_frames: false
|
preserve_frames: false
|
||||||
|
Loading…
Reference in New Issue
Block a user