Browse Source

Merge pull request #13 from QuickMythril/supported-codecs

Add supported codecs to publish page
pull/18/head
Qortal Dev 7 months ago committed by GitHub
parent
commit
332b3c3b1e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 11
      src/components/PublishVideo/PublishVideo.tsx

11
src/components/PublishVideo/PublishVideo.tsx

@ -712,6 +712,17 @@ export const PublishVideo = ({ editId, editContent }: NewCrowdfundProps) => {
Drag and drop a video files here or click to select files Drag and drop a video files here or click to select files
</Typography> </Typography>
</Box> </Box>
<Box>
<Typography sx={{fontSize: "14px"}}>
Supported File Containers: MP4, Ogg, WebM, WAV
</Typography>
<Typography sx={{fontSize: "14px"}}>
Audio Codecs: FLAC, MP3, Opus, PCM (8/16/32-bit, μ-law), Vorbis
</Typography>
<Typography sx={{fontSize: "14px"}}>
Video Codecs: AV1, VP8, VP9
</Typography>
</Box>
<Box <Box
sx={{ sx={{

Loading…
Cancel
Save