changed default crf value to visually lossless, added video bitrate limit option

This commit is contained in:
k4yt3x 2019-04-01 16:02:26 -04:00
parent 7b501f2c67
commit 3d46e1a822

View File

@ -51,7 +51,8 @@
"-qscale:a": null,
"-f": "image2",
"-vcodec": "libx264",
"-crf": 25,
"-crf": 17,
"-b:v": null,
"-pix_fmt": "yuv420p",
"-hwaccel": "auto",
"-y": true