summaryrefslogtreecommitdiffstats
path: root/roles/caption
diff options
context:
space:
mode:
authorSacha Chua <sacha@sachachua.com>2025-09-19 18:53:18 -0400
committerSacha Chua <sacha@sachachua.com>2025-09-19 18:53:38 -0400
commit8f272a96965fb15be36ce3666e1f7533353759b0 (patch)
tree71072d651204f37e254acde07edd6b3378caef03 /roles/caption
parent37a7046cd6d2cf95a36c4f251cca6506d1069315 (diff)
downloademacsconf-ansible-8f272a96965fb15be36ce3666e1f7533353759b0.tar.xz
emacsconf-ansible-8f272a96965fb15be36ce3666e1f7533353759b0.zip
add mpv, captions
Diffstat (limited to 'roles/caption')
-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 fde766c..bdbfa1e 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|mkv)$'
+VIDEO_REGEXP = '\\.(webm|mov|mp4|mkv|mpv)$'
AUDIO_REGEXP = '\\.(ogg|opus)$'
ALWAYS = False
TRIM_AUDIO = False