diff options
author | Sacha Chua <sacha@sachachua.com> | 2025-09-19 18:53:18 -0400 |
---|---|---|
committer | Sacha Chua <sacha@sachachua.com> | 2025-09-19 18:53:38 -0400 |
commit | 8f272a96965fb15be36ce3666e1f7533353759b0 (patch) | |
tree | 71072d651204f37e254acde07edd6b3378caef03 /roles/caption/templates/process-captions.py | |
parent | 37a7046cd6d2cf95a36c4f251cca6506d1069315 (diff) | |
download | emacsconf-ansible-8f272a96965fb15be36ce3666e1f7533353759b0.tar.xz emacsconf-ansible-8f272a96965fb15be36ce3666e1f7533353759b0.zip |
add mpv, captions
Diffstat (limited to 'roles/caption/templates/process-captions.py')
-rwxr-xr-x | roles/caption/templates/process-captions.py | 2 |
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 |