3
0
mirror of https://github.com/Qortal/q-tube.git synced 2025-02-11 17:55:51 +00:00

Merge pull request #13 from QuickMythril/supported-codecs

Add supported codecs to publish page
This commit is contained in:
Qortal Dev 2024-02-14 13:27:44 -07:00 committed by GitHub
commit 332b3c3b1e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -712,6 +712,17 @@ export const PublishVideo = ({ editId, editContent }: NewCrowdfundProps) => {
Drag and drop a video files here or click to select files
</Typography>
</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
sx={{