This commit is contained in:
Jerry Yan 2023-01-29 16:00:18 +08:00
parent 0b5eb6b1b8
commit 657c6bcc11

View File

@ -534,7 +534,7 @@ def _common_handbrake_setting():
return (
"--json",
"--crop-mode", "none", "--no-comb-detect", "--no-bwdif", "--no-decomb", "--no-detelecine", "--no-hqdn3d",
"--no-nlmeans", "--no-chroma-smooth", "--no-unsharp", "--no-lapsharp", "--no-deblock", "--no-optimize"
"--no-nlmeans", "--no-chroma-smooth", "--no-unsharp", "--no-lapsharp", "--no-deblock", "--align-av"
)