From 34820aba24e76d29864441733cd80b99ff2945f7 Mon Sep 17 00:00:00 2001 From: Mark Hoeber <hoeber@edx.org> Date: Tue, 6 Oct 2015 11:50:55 -0400 Subject: [PATCH] Add Video File Size Warning to Upload Template --- cms/templates/videos_index.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/cms/templates/videos_index.html b/cms/templates/videos_index.html index 159f6b2..989e188 100644 --- a/cms/templates/videos_index.html +++ b/cms/templates/videos_index.html @@ -61,13 +61,15 @@ <div class="bit"> <h3 class="title-3">${_("Why upload video files?")}</h3> <p>${_("For a video to play on different devices, it needs to be available in multiple formats. After you upload an original video file in .mp4 or .mov format on this page, an automated process creates those additional formats and stores them for you.")}</p> + <h3 class="title-3">${_("Maximum Video File Size")}</h3> + <p>${_("The maximum size for each video file that you upload is 5 GB. The upload process fails for larger files.")}</p> <h3 class="title-3">${_("Monitoring files as they upload")}</h3> <p>${_("Each video file that you upload needs to reach the video processing servers successfully before additional work can begin. You can monitor the progress of files as they upload, and try again if the upload fails.")}</p> <h3 class="title-3">${_("Managing uploaded files")}</h3> - <p>${_("After a file uploads successfully, automated processing begins. After automated processing begins for a file it is listed under Previous Uploads as {em_start}In Progress{em_end}. You can add the video to your course as soon as it has a unique video ID and the status is {em_start}Ready{em_end}. Allow 24 hours for file processing at the external video hosting sites to complete.").format(em_start='<strong>', em_end="</strong>")}</p> + <p>${_("After a file uploads successfully, automated processing begins. The file is then listed under Previous Uploads as {em_start}In Progress{em_end}. You can add the video to your course as soon as it has a unique video ID and the status is {em_start}Ready{em_end}. Allow 24 hours for file processing at the external video hosting sites to complete.").format(em_start='<strong>', em_end="</strong>")}</p> <p>${_("If something goes wrong, the {em_start}Failed{em_end} status message appears. Check for problems in your original file and upload a replacement.").format(em_start='<strong>', em_end="</strong>")}</p> <h3 class="title-3">${_("How do I get the videos into my course?")}</h3> - <p>${_("As soon as the status for a file is {em_start}Ready{em_end}, you can add that video to a component in your course. Copy the unique video ID. In another browser window, on the Course Outline page, create or locate a video component to play this video. Edit the video component to paste the ID into the Advanced {em_start}Video ID{em_end} field. The video can play in the LMS as soon as its status is {em_start}Ready{em_end}, although processing may not be complete for all encodings and all video hosting sites.").format(em_start='<strong>', em_end="</strong>")}</p> + <p>${_("When status for a file is {em_start}Ready{em_end}, you can add that video to a component in your course. Copy the unique video ID. In another browser window, on the Course Outline page, create or locate a video component to play this video. Edit the video component to paste the ID into the Advanced {em_start}Video ID{em_end} field. The video can play in the LMS as soon as its status is {em_start}Ready{em_end}, although processing may not be complete for all encodings and all video hosting sites.").format(em_start='<strong>', em_end="</strong>")}</p> </div> </aside> </section> -- libgit2 0.26.0