diff options
Diffstat (limited to 'modules/user-constants.el')
| -rw-r--r-- | modules/user-constants.el | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/modules/user-constants.el b/modules/user-constants.el index b1f6016b..21e141a5 100644 --- a/modules/user-constants.el +++ b/modules/user-constants.el @@ -56,6 +56,12 @@ Used by cursor color, modeline, and other UI elements.") "File extensions recognized as audio files. Used by transcription module and other audio-related functionality.") +(defvar cj/video-file-extensions + '("mp4" "mkv" "mov" "webm" "avi" "m4v" "wmv" "flv" "mpg" "mpeg" "3gp" "ogv") + "File extensions recognized as video files. +Used by transcription to dispatch the audio-extract step in front of +the regular transcription pipeline.") + ;; ------------------------ Directory And File Constants ----------------------- ;; DIRECTORIES |
