handbrake旧版本兼容
This commit is contained in:
parent
c0e5b8246f
commit
b970000129
@ -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-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"
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user