From 1e17e9132400bce776c3cd6b5b45ac4d25869fd3 Mon Sep 17 00:00:00 2001 From: Jordi Mas Date: Sat, 11 Jan 2025 13:10:41 +0100 Subject: [PATCH] Fix sc.sh --- sc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sc.sh b/sc.sh index 2139aac..9156cf9 100755 --- a/sc.sh +++ b/sc.sh @@ -6,7 +6,7 @@ branch_name=$(git rev-parse --abbrev-ref HEAD) declare -a target_languages=("cat") # Catalan (cat) and French (fra) declare -a inputs=($(find ../dubbing/od-videos/ -type f -name "*.mp4")) -declare -a inputs=("videos/jordi.mp4" "videos/jobinterview.mp4" "videos/interviewmanwoman.mp4") +declare -a inputs=("videos/jordi.mp4" ) for input_file in "${inputs[@]}"; do output_directory="output/$(basename "${input_file%.*}").${branch_name}/"