Skip to content

Commit

Permalink
long
Browse files Browse the repository at this point in the history
  • Loading branch information
jordimas committed Jan 11, 2025
1 parent c5fd552 commit 1860881
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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/jobinterview.mp4" )
declare -a inputs=("../dubbing/od-videos/english/openuniversity.mp4" )

for input_file in "${inputs[@]}"; do
output_directory="output/$(basename "${input_file%.*}").${branch_name}/"
Expand Down

0 comments on commit 1860881

Please sign in to comment.