From: Guillaume Pellerin Date: Tue, 26 Jan 2021 14:09:31 +0000 (+0100) Subject: add mp4 in original formats X-Git-Tag: 1.4.3~31^2~3 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=6b4e3fa98995e23d837b3ad64edbad9412dce4f1;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 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']