small fix for pgs tmpdir

This commit is contained in:
2026-03-03 14:17:14 -06:00
parent 64c7f358fc
commit f1b2a0d534

View File

@@ -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