[postprocessor:ugoira] restore 'libx264-prevent-odd' (#4407)

was accidentally removed in commit be9547a5
pull/4412/head
Mike Fährmann 1 year ago
parent 391a7d74c8
commit 15275b3524
No known key found for this signature in database
GPG Key ID: 5680CA389D365A88

@ -120,6 +120,8 @@ class UgoiraPP(PostProcessor):
pathfmt.build_path()
args = self._process(pathfmt, tempdir)
if self.prevent_odd:
args += ("-vf", "crop=iw-mod(iw\\,2):ih-mod(ih\\,2)")
if self.args:
args += self.args

Loading…
Cancel
Save