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