mirror of
https://github.com/k4yt3x/video2x.git
synced 2025-01-30 23:58:11 +00:00
matching JSON indentation
This commit is contained in:
parent
e3b7110ff5
commit
8b845e35b3
@ -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",
|
||||||
|
Loading…
Reference in New Issue
Block a user