Skip to content

feat: display video upload requirements - #1730

Open
Roopathanushree wants to merge 1 commit into
magic-peach:mainfrom
Roopathanushree:feat/1601-upload-requirements
Open

feat: display video upload requirements#1730
Roopathanushree wants to merge 1 commit into
magic-peach:mainfrom
Roopathanushree:feat/1601-upload-requirements

Conversation

@Roopathanushree

Copy link
Copy Markdown

Description

Adds a clear upload requirements section below the video upload area so users can understand the supported file limitations before selecting a video.

The section displays:

  • Maximum file size of 2 GB
  • Large-file warning threshold of 500 MB
  • Supported video formats
  • Recommended MP4, H.264 and AAC configuration
  • Browser memory and FFmpeg.wasm processing limitations
  • Recommendations for smoother exports

Related Issue

Closes #1601

Type of Contribution

  • New feature

Participant Info

GitHub username: Roopathanushree
Contribution level: Beginner

Testing

  • The upload requirements appear before video selection
  • Existing upload interaction remains functional
  • Only src/components/FileUpload.tsx was modified
  • No unnecessary console.log statements added

@github-actions

github-actions Bot commented Aug 3, 2026

Copy link
Copy Markdown
Contributor

✅ PR Format Check Passed — @Roopathanushree

Basic format checks passed. A maintainer will review your code changes.

This does not mean the PR is approved — it just means the format is correct.

@github-actions

github-actions Bot commented Aug 3, 2026

Copy link
Copy Markdown
Contributor

👋 Thanks for your PR, @Roopathanushree!

Welcome to Reframe — a browser-based video editor built for everyone 🎬

What happens next

  1. 🤖 Automated checks — build & TypeScript typecheck will run automatically
  2. Vercel preview — a preview deployment will be created (requires maintainer authorization for fork PRs)
  3. 👀 Code review — a maintainer will review your changes
  4. 🚀 Merge — once approved, your PR will be merged!

Quick checklist

  • PR title follows Conventional Commits (e.g. feat: add dark mode)
  • Linked the issue this PR closes (e.g. Closes #123)
  • Tested the changes locally (bun run dev)
  • Build passes (bun run build)

Useful links

Happy coding! 🎉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

level:intermediate Intermediate level - 35 pts type:feature New feature type:testing Testing

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[FEATURE] Display upload requirements and supported file limitations before video upload

1 participant