comment fix

This commit is contained in:
2024-01-13 17:24:41 -06:00
parent 975a03c01c
commit 77deeff700

View File

@@ -25,7 +25,7 @@ do
test -f "$DL_DIR/${INPUT[$index]}" || wget -O "$DL_DIR/${INPUT[$index]}" "${URL_DL[$index]}" test -f "$DL_DIR/${INPUT[$index]}" || wget -O "$DL_DIR/${INPUT[$index]}" "${URL_DL[$index]}"
done done
# Process only the middle 3 seconds of each video # Process only the middle CHUNK_TIME seconds of each video
rm -rf "$INPUT_DIR" rm -rf "$INPUT_DIR"
mkdir -p "$INPUT_DIR" mkdir -p "$INPUT_DIR"
CHUNK_TIME=2 CHUNK_TIME=2