mirror of
https://github.com/mikf/gallery-dl.git
synced 2024-11-22 18:53:21 +01:00
[postprocessor:ugoira] restore 'libx264-prevent-odd' (#4407)
was accidentally removed in commit be9547a5
This commit is contained in:
parent
391a7d74c8
commit
15275b3524
@ -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…
Reference in New Issue
Block a user