diff options
Diffstat (limited to 'roles/caption/templates/run-aeneas.sh')
-rwxr-xr-x | roles/caption/templates/run-aeneas.sh | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/roles/caption/templates/run-aeneas.sh b/roles/caption/templates/run-aeneas.sh deleted file mode 100755 index 6f40134..0000000 --- a/roles/caption/templates/run-aeneas.sh +++ /dev/null @@ -1,14 +0,0 @@ -#!/usr/bin/bash -# -# {{ ansible_managed }} -# -AUDIO=$(ls *.opus *.ogg | head -n1) -BASE=$(echo $AUDIO | perl -pe 's/^(emacsconf-2022-.*?--.*?--.*?)--.*/$1/') -echo $AUDIO -echo $BASE -if [ ! -f $BASE--whisper.vtt ]; then - cp ${BASE}--main.vtt ${BASE}--whisper.vtt -fi -python3 -m aeneas.tools.execute_task $AUDIO *.txt "task_language=eng|os_task_file_format=vtt|is_text_type=plain" ${BASE}--aeneas.vtt -cp ${BASE}--aeneas.vtt ${BASE}--main.vtt -/data/emacsconf/2022/scripts/upload.sh ${BASE}--main.vtt |