Skip to content

Commit 287d9e9

Browse files
authored
video_ffmpeg
I forgot the argument
1 parent 24862a2 commit 287d9e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/video_ffmpeg.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -424,7 +424,7 @@ local function finalize_export(storage, images_table, extra_data)
424424

425425
dt.print(_("prepare merge process"))
426426

427-
local result = df.mkdir(df.sanitize_filename())
427+
local result = df.mkdir(df.sanitize_filename(tmp_dir))
428428
if result ~= 0 then dt.print(_("ERROR: cannot create temp directory")) end
429429

430430
local images = extra_data["images"]

0 commit comments

Comments
 (0)