suggest 720p
This commit is contained in:
parent
3ee25f8251
commit
15416487e7
2 changed files with 6 additions and 3 deletions
|
@ -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."
|
||||
}
|
|
@ -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>
|
||||
)}
|
||||
|
|
Loading…
Add table
Reference in a new issue