fixed issue #77 incorrect output video format

This commit is contained in:
k4yt3x
2019-05-06 16:25:10 -04:00
parent a7d41cafdf
commit 146044505b
2 changed files with 101 additions and 32 deletions

View File

@@ -47,23 +47,27 @@
"-y": true
},
"frames_to_video": {
"-qscale:v": null,
"-qscale:a": null,
"-f": "image2",
"-vcodec": "libx264",
"-crf": 17,
"-b:v": null,
"-pix_fmt": "yuv420p",
"-hwaccel": "auto",
"input_options":{
"-qscale:v": null,
"-qscale:a": null,
"-f": "image2"
},
"output_options":{
"-vcodec": "libx264",
"-crf": 17,
"-b:v": null,
"-pix_fmt": "yuv420p"
},
"-y": true
},
"migrating_tracks": {
"-map": "0:v:0?",
"-map": "1?",
"-c": "copy",
"-map": "-1:v?",
"-pix_fmt": "yuv420p",
"-hwaccel": "auto",
"output_options":{
"-map": "0:v:0?",
"-map": "1?",
"-c": "copy",
"-map": "-1:v?",
"-pix_fmt": "yuv420p"
},
"-y": true
}
},