From 15416487e70725fbec791f5c0bcb5387d1c6e376 Mon Sep 17 00:00:00 2001 From: jessop Date: Mon, 2 Mar 2020 13:30:27 -0500 Subject: [PATCH] suggest 720p --- static/app-strings.json | 5 +++-- ui/component/publishFile/view.jsx | 4 +++- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/static/app-strings.json b/static/app-strings.json index 3c100116e..a1aed94e3 100644 --- a/static/app-strings.json +++ b/static/app-strings.json @@ -1004,5 +1004,6 @@ "Image": "Image", "Model": "Model", "Binary": "Binary", - "Other": "Other" -} + "Other": "Other", + "For video content, use MP4s in H264/AAC format and a friendly bitrate (720p) for more reliable streaming.": "For video content, use MP4s in H264/AAC format and a friendly bitrate (720p) for more reliable streaming." +} \ No newline at end of file diff --git a/ui/component/publishFile/view.jsx b/ui/component/publishFile/view.jsx index e3aebc041..43c83c382 100644 --- a/ui/component/publishFile/view.jsx +++ b/ui/component/publishFile/view.jsx @@ -105,7 +105,9 @@ function PublishFile(props: Props) { {!isStillEditing && (

- {__('For video content, use MP4s in H264/AAC format for best compatibility.')}{' '} + {__( + 'For video content, use MP4s in H264/AAC format and a friendly bitrate (720p) for more reliable streaming.' + )}{' '}