mirror of
https://github.com/levogevo/ffmpeg-builder.git
synced 2026-03-16 19:20:11 +00:00
small fix for pgs tmpdir
This commit is contained in:
@@ -211,7 +211,7 @@ setup_pgs_mkv() {
|
|||||||
|
|
||||||
# setup tempdir
|
# setup tempdir
|
||||||
local ogSup cropSup cropMkv tmpdir
|
local ogSup cropSup cropMkv tmpdir
|
||||||
tmpdir="${TMP_DIR}/pgs-${OUTPUT// /.}"
|
tmpdir="${pgsMkvOut}-dir"
|
||||||
recreate_dir "${tmpdir}" || return 1
|
recreate_dir "${tmpdir}" || return 1
|
||||||
|
|
||||||
# get video resolution
|
# get video resolution
|
||||||
|
|||||||
Reference in New Issue
Block a user