suggest 720p

This commit is contained in:
jessop 2020-03-02 13:30:27 -05:00 committed by Jeremy Kauffman
parent 3ee25f8251
commit 15416487e7
2 changed files with 6 additions and 3 deletions

View file

@ -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."
}

View file

@ -105,7 +105,9 @@ function PublishFile(props: Props) {
<FileSelector disabled={disabled} currentPath={currentFile} onFileChosen={handleFileChange} />
{!isStillEditing && (
<p className="help">
{__('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.'
)}{' '}
<Button button="link" label={__('Learn more')} href="https://lbry.com/faq/how-to-publish" />.
</p>
)}