[postprocessor:ugoira] use compatible paths with mkvmerge (#2487)

This commit is contained in:
Mike Fährmann
2022-04-10 13:26:15 +02:00
parent c5be28b2e9
commit 3524c599b8
2 changed files with 2 additions and 2 deletions

View File

@@ -215,7 +215,7 @@ class UgoiraPP(PostProcessor):
def _finalize_mkvmerge(self, pathfmt, tempdir):
args = [
self.mkvmerge,
"-o", self._realpath,
"-o", pathfmt.path, # mkvmerge does not support "raw" paths
"--timecodes", "0:" + self._write_mkvmerge_timecodes(tempdir),
]
if self.extension == "webm":

View File

@@ -6,4 +6,4 @@
# it under the terms of the GNU General Public License version 2 as
# published by the Free Software Foundation.
__version__ = "1.21.1"
__version__ = "1.21.2-dev"