From bf844edc1b8526f6f1f327308c2892c30cd1f604 Mon Sep 17 00:00:00 2001 From: ThisBirchWood Date: Fri, 30 May 2025 16:01:06 +0200 Subject: [PATCH] ADD note about mp4 only --- frontend/src/pages/Home.tsx | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/frontend/src/pages/Home.tsx b/frontend/src/pages/Home.tsx index 9f0f3ce..b76a13c 100644 --- a/frontend/src/pages/Home.tsx +++ b/frontend/src/pages/Home.tsx @@ -36,6 +36,12 @@ const Home = () => { making video clip management faster and more enjoyable than ever.

+ + {/* File Support Note */} +
+ Note: Currently, only .mp4 files are supported for upload and processing. + Support for additional video formats will be added in future updates. +
); };