summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeo Vivier <zaeph@zaeph.net>2022-10-30 06:42:20 +0100
committerLeo Vivier <zaeph@zaeph.net>2022-10-30 06:42:20 +0100
commit7e051db8aa749ae689af8013c4af0a54c8479201 (patch)
tree8471e0ebc3d4b8a2f3809b33bf42eff2ba346a21
parent9ec328a0ad4e91f8ac366e5e9c4dd2eaee10ce66 (diff)
downloademacsconf-ansible-7e051db8aa749ae689af8013c4af0a54c8479201.tar.xz
emacsconf-ansible-7e051db8aa749ae689af8013c4af0a54c8479201.zip
Add another ext to VIDEO_REGEXP
-rwxr-xr-xroles/caption/templates/process-captions.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/caption/templates/process-captions.py b/roles/caption/templates/process-captions.py
index f2ba2f7..67f82ce 100755
--- a/roles/caption/templates/process-captions.py
+++ b/roles/caption/templates/process-captions.py
@@ -40,7 +40,7 @@ import json
import torch
THREADS = {{ cpus }}
-VIDEO_REGEXP = '\.(webm|mov|mp4)$'
+VIDEO_REGEXP = '\.(webm|mov|mp4|mkv)$'
AUDIO_REGEXP = '\.(ogg|opus)$'
ALWAYS = False
TRIM_AUDIO = False