From 77deeff700d80ae0e2cc2bed8a9e59c30caaa9f9 Mon Sep 17 00:00:00 2001 From: Levon Date: Sat, 13 Jan 2024 17:24:41 -0600 Subject: [PATCH] comment fix --- scripts/benchmark.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/benchmark.sh b/scripts/benchmark.sh index f31f84f..b70895d 100755 --- a/scripts/benchmark.sh +++ b/scripts/benchmark.sh @@ -25,7 +25,7 @@ do test -f "$DL_DIR/${INPUT[$index]}" || wget -O "$DL_DIR/${INPUT[$index]}" "${URL_DL[$index]}" done -# Process only the middle 3 seconds of each video +# Process only the middle CHUNK_TIME seconds of each video rm -rf "$INPUT_DIR" mkdir -p "$INPUT_DIR" CHUNK_TIME=2