From 6b4e3fa98995e23d837b3ad64edbad9412dce4f1 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Tue, 26 Jan 2021 15:09:31 +0100 Subject: [PATCH] add mp4 in original formats --- teleforma/management/commands/teleforma-import-conferences.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/teleforma/management/commands/teleforma-import-conferences.py b/teleforma/management/commands/teleforma-import-conferences.py index c3b5ce67..2b7acda6 100644 --- a/teleforma/management/commands/teleforma-import-conferences.py +++ b/teleforma/management/commands/teleforma-import-conferences.py @@ -28,7 +28,7 @@ class Command(BaseCommand): admin_email = 'webmaster@parisson.com' args = 'organization log_file' spacer = '_-_' - original_format = 'webm' + original_format = ['webm', 'mp4'] transcoded_formats = ['mp4', 'ogg', 'mp3'] image_formats = ['png', 'jpg'] -- 2.39.5