From 3d46e1a822236db1cb25f970ae1c8bf492334f1d Mon Sep 17 00:00:00 2001 From: k4yt3x Date: Mon, 1 Apr 2019 16:02:26 -0400 Subject: [PATCH] changed default crf value to visually lossless, added video bitrate limit option --- bin/video2x.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bin/video2x.json b/bin/video2x.json index 0f85815..bcdb833 100644 --- a/bin/video2x.json +++ b/bin/video2x.json @@ -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