2.8.1 added automatic pixel format and color depth detection

This commit is contained in:
k4yt3x
2019-07-09 20:47:55 -04:00
parent 8b845e35b3
commit ca90c5be02
5 changed files with 62 additions and 9 deletions

View File

@@ -66,7 +66,7 @@
"-vcodec": "libx264",
"-crf": 17,
"-b:v": null,
"-pix_fmt": "yuv420p"
"-pix_fmt": null
},
"-y": true
},
@@ -76,7 +76,7 @@
"-map": "1?",
"-c": "copy",
"-map": "-1:v?",
"-pix_fmt": "yuv420p"
"-pix_fmt": null
},
"-y": true
}