diff options
Diffstat (limited to 'roles/prerec/templates/Makefile')
-rw-r--r-- | roles/prerec/templates/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/roles/prerec/templates/Makefile b/roles/prerec/templates/Makefile index 7e85900..709a069 100644 --- a/roles/prerec/templates/Makefile +++ b/roles/prerec/templates/Makefile @@ -14,7 +14,7 @@ PRERECS_FINAL := $(wildcard emacsconf-*--final.webm) .PHONY: all -all: reencoded opus normal main $(PRERECS_FINAL) +all: reencoded opus normal main reencoded: $(PRERECS_REENCODED) @@ -56,7 +56,7 @@ emacsconf-%--final.webm: emacsconf-%--main.vtt mux-subs.sh "$@" "$<" emacsconf-%--reencoded.vtt: emacsconf-%--reencoded.opus - whisperx --model large-v2 --align_model WAV2VEC2_ASR_LARGE_LV60K_960H --compute_type int8 --highlight_words True --print_progress True --max_line_width 50 --segment_resolution chunk --max_line_count 1 --language en "$<" + whisperx --model large-v2 --align_model WAV2VEC2_ASR_LARGE_LV60K_960H --compute_type int8 --print_progress True --max_line_width 50 --segment_resolution chunk --max_line_count 1 --language en "$<" show-files: @echo "Original $(words $(PRERECS_ORIGINAL)):" |