[postprocessor:ugoira] put '=' before mkvmerge input filename

This commit is contained in:
Mike Fährmann
2022-03-27 14:46:03 +02:00
parent 5c2d953766
commit a164f4b91e

View File

@@ -220,7 +220,7 @@ class UgoiraPP(PostProcessor):
]
if self.extension == "webm":
args.append("--webm")
args.append(pathfmt.realpath)
args += ("=", pathfmt.realpath)
pathfmt.realpath = self._realpath
self._exec(args)