Browse Source

Add supported codecs to publish page

pull/13/head
QuickMythril 7 months ago
parent
commit
fc544a7c38
  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