From 2d2b8c40c4a01671843ea36b2a73f9363c3f77ce Mon Sep 17 00:00:00 2001 From: Jerry Yan <792602257@qq.com> Date: Thu, 9 Feb 2023 00:04:09 +0800 Subject: [PATCH] =?UTF-8?q?handbrake=E6=97=A7=E7=89=88=E6=9C=AC=E5=85=BC?= =?UTF-8?q?=E5=AE=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- workflow/video.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workflow/video.py b/workflow/video.py index 6661ce2..83be742 100644 --- a/workflow/video.py +++ b/workflow/video.py @@ -175,6 +175,6 @@ def _common_ffmpeg_setting(): def _common_handbrake_setting(): return ( "--json", - "--crop-mode", "none", "--no-comb-detect", "--no-bwdif", "--no-decomb", "--no-detelecine", "--no-hqdn3d", + "--crop", "0:0:0:0", "--no-comb-detect", "--no-bwdif", "--no-decomb", "--no-detelecine", "--no-hqdn3d", "--no-nlmeans", "--no-chroma-smooth", "--no-unsharp", "--no-lapsharp", "--no-deblock", "--align-av" )