3
0
mirror of https://github.com/Qortal/q-tube.git synced 2025-02-12 02:05:52 +00:00

Add supported codecs to publish page

This commit is contained in:
QuickMythril 2024-02-10 19:09:04 -05:00
parent 5e5f19053f
commit fc544a7c38

View File

@ -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={{