[postprocessor:ugoira] ensure target directory exists (#2576)
another bug created by 99cb2872 in combination with 'part-directory'
This commit is contained in:
@@ -119,6 +119,9 @@ class UgoiraPP(PostProcessor):
|
||||
if self.args:
|
||||
args += self.args
|
||||
|
||||
# ensure target directory exists
|
||||
os.makedirs(pathfmt.realdirectory, exist_ok=True)
|
||||
|
||||
# invoke ffmpeg
|
||||
try:
|
||||
if self.twopass:
|
||||
|
||||
Reference in New Issue
Block a user