diff options
author | Leo Vivier <zaeph@zaeph.net> | 2022-10-30 06:42:20 +0100 |
---|---|---|
committer | Leo Vivier <zaeph@zaeph.net> | 2022-10-30 06:42:20 +0100 |
commit | 7e051db8aa749ae689af8013c4af0a54c8479201 (patch) | |
tree | 8471e0ebc3d4b8a2f3809b33bf42eff2ba346a21 /roles | |
parent | 9ec328a0ad4e91f8ac366e5e9c4dd2eaee10ce66 (diff) | |
download | emacsconf-ansible-7e051db8aa749ae689af8013c4af0a54c8479201.tar.xz emacsconf-ansible-7e051db8aa749ae689af8013c4af0a54c8479201.zip |
Add another ext to VIDEO_REGEXP
Diffstat (limited to 'roles')
-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 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 |