matching JSON indentation

This commit is contained in:
k4yt3x 2019-06-29 13:49:34 -04:00
parent e3b7110ff5
commit 8b845e35b3

View File

@ -50,19 +50,19 @@
"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",
"video_to_frames": { "video_to_frames": {
"output_options":{ "output_options": {
"-qscale:v": null "-qscale:v": null
}, },
"-hwaccel": "auto", "-hwaccel": "auto",
"-y": true "-y": true
}, },
"frames_to_video": { "frames_to_video": {
"input_options":{ "input_options": {
"-qscale:v": null, "-qscale:v": null,
"-qscale:a": null, "-qscale:a": null,
"-f": "image2" "-f": "image2"
}, },
"output_options":{ "output_options": {
"-vcodec": "libx264", "-vcodec": "libx264",
"-crf": 17, "-crf": 17,
"-b:v": null, "-b:v": null,
@ -71,7 +71,7 @@
"-y": true "-y": true
}, },
"migrating_tracks": { "migrating_tracks": {
"output_options":{ "output_options": {
"-map": "0:v:0?", "-map": "0:v:0?",
"-map": "1?", "-map": "1?",
"-c": "copy", "-c": "copy",