From: Guillaume Pellerin Date: Tue, 26 Jan 2021 14:09:31 +0000 (+0100) Subject: add mp4 in original formats X-Git-Tag: 2.8.1-ae~90 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=700df36b6e89774cc27ae600af91f8d43bcd1d66;p=teleforma.git add mp4 in original formats --- 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']