[postprocessor:ugoira] use compatible paths with mkvmerge (#2487)
This commit is contained in:
@@ -215,7 +215,7 @@ class UgoiraPP(PostProcessor):
|
|||||||
def _finalize_mkvmerge(self, pathfmt, tempdir):
|
def _finalize_mkvmerge(self, pathfmt, tempdir):
|
||||||
args = [
|
args = [
|
||||||
self.mkvmerge,
|
self.mkvmerge,
|
||||||
"-o", self._realpath,
|
"-o", pathfmt.path, # mkvmerge does not support "raw" paths
|
||||||
"--timecodes", "0:" + self._write_mkvmerge_timecodes(tempdir),
|
"--timecodes", "0:" + self._write_mkvmerge_timecodes(tempdir),
|
||||||
]
|
]
|
||||||
if self.extension == "webm":
|
if self.extension == "webm":
|
||||||
|
|||||||
@@ -6,4 +6,4 @@
|
|||||||
# it under the terms of the GNU General Public License version 2 as
|
# it under the terms of the GNU General Public License version 2 as
|
||||||
# published by the Free Software Foundation.
|
# published by the Free Software Foundation.
|
||||||
|
|
||||||
__version__ = "1.21.1"
|
__version__ = "1.21.2-dev"
|
||||||
|
|||||||
Reference in New Issue
Block a user