mirror of
https://github.com/k4yt3x/video2x.git
synced 2025-11-01 05:00:59 +01:00
added ffmpeg configuration, updates to waifu2x config
This commit is contained in:
parent
d9a19d823e
commit
84d9c39bc9
@ -1,6 +1,8 @@
|
|||||||
{
|
{
|
||||||
"waifu2x_caffe": {
|
"waifu2x_caffe": {
|
||||||
"waifu2x_caffe_path": "C:\\Users\\K4YT3X\\AppData\\Local\\video2x\\waifu2x-caffe\\waifu2x-caffe-cui.exe",
|
"waifu2x_caffe_path": "C:\\Users\\K4YT3X\\AppData\\Local\\video2x\\waifu2x-caffe\\waifu2x-caffe-cui.exe",
|
||||||
|
"input_extention_list": null,
|
||||||
|
"output_extention": null,
|
||||||
"mode": "noise_scale",
|
"mode": "noise_scale",
|
||||||
"scale_ratio": null,
|
"scale_ratio": null,
|
||||||
"scale_width": null,
|
"scale_width": null,
|
||||||
@ -21,9 +23,9 @@
|
|||||||
},
|
},
|
||||||
"waifu2x_converter": {
|
"waifu2x_converter": {
|
||||||
"waifu2x_converter_path": "C:\\Users\\K4YT3X\\AppData\\Local\\video2x\\waifu2x-converter-cpp",
|
"waifu2x_converter_path": "C:\\Users\\K4YT3X\\AppData\\Local\\video2x\\waifu2x-converter-cpp",
|
||||||
"output-format": "png",
|
"output-format": null,
|
||||||
"png-compression": null,
|
"png-compression": null,
|
||||||
"image_quality": null,
|
"image-quality": null,
|
||||||
"block-size": null,
|
"block-size": null,
|
||||||
"disable-gpu": null,
|
"disable-gpu": null,
|
||||||
"force-OpenCL": null,
|
"force-OpenCL": null,
|
||||||
@ -39,11 +41,33 @@
|
|||||||
},
|
},
|
||||||
"ffmpeg": {
|
"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",
|
||||||
"ffmpeg_hwaccel": "auto",
|
"video_to_frames": {
|
||||||
"extra_arguments": []
|
"-qscale:v": null,
|
||||||
|
"-hwaccel": "auto",
|
||||||
|
"-y": true
|
||||||
|
},
|
||||||
|
"frames_to_video": {
|
||||||
|
"-qscale:v": null,
|
||||||
|
"-qscale:a": null,
|
||||||
|
"-f": "image2",
|
||||||
|
"-vcodec": "libx264",
|
||||||
|
"-crf": 25,
|
||||||
|
"-pix_fmt": "yuv420p",
|
||||||
|
"-hwaccel": "auto",
|
||||||
|
"-y": true
|
||||||
|
},
|
||||||
|
"migrating_tracks": {
|
||||||
|
"-map": "0:v:0?",
|
||||||
|
"-map": "1?",
|
||||||
|
"-c": "copy",
|
||||||
|
"-map": "-1:v?",
|
||||||
|
"-hwaccel": "auto",
|
||||||
|
"-y": true
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"video2x": {
|
"video2x": {
|
||||||
"video2x_cache_folder": false,
|
"video2x_cache_folder": null,
|
||||||
|
"image_format": "png",
|
||||||
"preserve_frames": false
|
"preserve_frames": false
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user