mirror of
https://github.com/k4yt3x/video2x.git
synced 2025-01-01 10:29:09 +00:00
deprecated JSON config file
This commit is contained in:
parent
82715ade18
commit
f10e59099c
117
src/video2x.json
117
src/video2x.json
@ -1,117 +0,0 @@
|
|||||||
{
|
|
||||||
"waifu2x_caffe": {
|
|
||||||
"path": "C:\\Users\\K4YT3X\\AppData\\Local\\video2x\\waifu2x-caffe\\waifu2x-caffe-cui",
|
|
||||||
"input_extention_list": null,
|
|
||||||
"output_extention": null,
|
|
||||||
"mode": "noise_scale",
|
|
||||||
"scale_ratio": null,
|
|
||||||
"scale_width": null,
|
|
||||||
"scale_height": null,
|
|
||||||
"noise_level": 3,
|
|
||||||
"process": "gpu",
|
|
||||||
"crop_size": 128,
|
|
||||||
"output_quality": -1,
|
|
||||||
"output_depth": 8,
|
|
||||||
"batch_size": 1,
|
|
||||||
"gpu": 0,
|
|
||||||
"tta": 0,
|
|
||||||
"input_path": null,
|
|
||||||
"output_path": null,
|
|
||||||
"model_dir": null,
|
|
||||||
"crop_w": null,
|
|
||||||
"crop_h": null
|
|
||||||
},
|
|
||||||
"waifu2x_converter": {
|
|
||||||
"path": "C:\\Users\\K4YT3X\\AppData\\Local\\video2x\\waifu2x-converter-cpp",
|
|
||||||
"output-format": null,
|
|
||||||
"png-compression": null,
|
|
||||||
"image-quality": null,
|
|
||||||
"block-size": null,
|
|
||||||
"disable-gpu": null,
|
|
||||||
"force-OpenCL": null,
|
|
||||||
"processor": null,
|
|
||||||
"jobs": null,
|
|
||||||
"model-dir": null,
|
|
||||||
"scale-ratio": null,
|
|
||||||
"noise-level": 3,
|
|
||||||
"mode": "noise-scale",
|
|
||||||
"silent": true,
|
|
||||||
"output": null,
|
|
||||||
"input": null
|
|
||||||
},
|
|
||||||
"waifu2x_ncnn_vulkan": {
|
|
||||||
"path": "C:\\Users\\K4YT3X\\AppData\\Local\\video2x\\waifu2x-ncnn-vulkan\\waifu2x-ncnn-vulkan",
|
|
||||||
"v": null,
|
|
||||||
"i": null,
|
|
||||||
"o": null,
|
|
||||||
"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"
|
|
||||||
},
|
|
||||||
"srmd_ncnn_vulkan": {
|
|
||||||
"path": "C:\\Users\\K4YT3X\\AppData\\Local\\video2x\\srmd-ncnn-vulkan\\srmd-ncnn-vulkan",
|
|
||||||
"v": null,
|
|
||||||
"i": null,
|
|
||||||
"o": null,
|
|
||||||
"n": 3,
|
|
||||||
"s": 2,
|
|
||||||
"t": 400,
|
|
||||||
"m": "models-srmd",
|
|
||||||
"g": 0,
|
|
||||||
"j": "1:2:2",
|
|
||||||
"x": null
|
|
||||||
},
|
|
||||||
"ffmpeg": {
|
|
||||||
"ffmpeg_path": "C:\\Users\\K4YT3X\\AppData\\Local\\video2x\\ffmpeg-latest-win64-static\\bin",
|
|
||||||
"video_to_frames": {
|
|
||||||
"output_options": {
|
|
||||||
"-qscale:v": null,
|
|
||||||
"-pix_fmt": "rgba64be"
|
|
||||||
},
|
|
||||||
"-hwaccel": "auto",
|
|
||||||
"-y": true
|
|
||||||
},
|
|
||||||
"frames_to_video": {
|
|
||||||
"input_options": {
|
|
||||||
"-qscale:v": null,
|
|
||||||
"-qscale:a": null,
|
|
||||||
"-f": "image2"
|
|
||||||
},
|
|
||||||
"output_options": {
|
|
||||||
"-vcodec": "libx264",
|
|
||||||
"-crf": 17,
|
|
||||||
"-b:v": null,
|
|
||||||
"-pix_fmt": null
|
|
||||||
},
|
|
||||||
"-hwaccel": "auto",
|
|
||||||
"-y": true
|
|
||||||
},
|
|
||||||
"migrating_tracks": {
|
|
||||||
"output_options": {
|
|
||||||
"-map": [
|
|
||||||
"0:v?",
|
|
||||||
"1:a?",
|
|
||||||
"1:s?",
|
|
||||||
"1:d?",
|
|
||||||
"1:t?"
|
|
||||||
],
|
|
||||||
"-c": "copy",
|
|
||||||
"-pix_fmt": null
|
|
||||||
},
|
|
||||||
"-hwaccel": "auto",
|
|
||||||
"-y": true
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"video2x": {
|
|
||||||
"video2x_cache_directory": null,
|
|
||||||
"image_format": "png",
|
|
||||||
"preserve_frames": false
|
|
||||||
}
|
|
||||||
}
|
|
Loading…
Reference in New Issue
Block a user