[postprocessor:ugoira] put '=' before mkvmerge input filename
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user