From fc544a7c3829117ae88947091df4a0acf6afd972 Mon Sep 17 00:00:00 2001 From: QuickMythril Date: Sat, 10 Feb 2024 19:09:04 -0500 Subject: [PATCH] Add supported codecs to publish page --- src/components/PublishVideo/PublishVideo.tsx | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/src/components/PublishVideo/PublishVideo.tsx b/src/components/PublishVideo/PublishVideo.tsx index 3cd5241..3b9307e 100644 --- a/src/components/PublishVideo/PublishVideo.tsx +++ b/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 + + + Supported File Containers: MP4, Ogg, WebM, WAV + + + Audio Codecs: FLAC, MP3, Opus, PCM (8/16/32-bit, μ-law), Vorbis + + + Video Codecs: AV1, VP8, VP9 + +