diff --git a/src/components/FileUpload.tsx b/src/components/FileUpload.tsx
index f94c17ef..531e6d70 100644
--- a/src/components/FileUpload.tsx
+++ b/src/components/FileUpload.tsx
@@ -1,7 +1,7 @@
"use client";
import { useRef, useState, useEffect, useCallback } from "react";
-import { Film, FolderOpen } from "lucide-react";
+import { Film, FolderOpen, Info } from "lucide-react";
import LottiePlayer from "./LottiePlayer";
import uploadAnim from "@/lib/lottie/upload.json";
import { cn, formatBytes, formatDuration } from "@/lib/utils";
@@ -14,6 +14,82 @@ interface Props {
duration: number;
}
+function UploadRequirements() {
+ return (
+
+ Check these details before choosing a video.
+
+ Large, high-resolution or complex videos can exceed browser memory,
+ especially on devices with limited RAM. For smoother exports, close
+ unused tabs and use the recommended MP4 format.
+
+ Upload requirements
+
+
+
+
+
+