handbrake旧版本兼容

This commit is contained in:
Jerry Yan 2023-02-09 00:04:09 +08:00
parent c0e5b8246f
commit 2d2b8c40c4

View File

@ -175,6 +175,6 @@ def _common_ffmpeg_setting():
def _common_handbrake_setting(): def _common_handbrake_setting():
return ( return (
"--json", "--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" "--no-nlmeans", "--no-chroma-smooth", "--no-unsharp", "--no-lapsharp", "--no-deblock", "--align-av"
) )