From 700df36b6e89774cc27ae600af91f8d43bcd1d66 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 829b18dd..7670cbbd 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