diff options
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 |