Skip to content

feat: add noise reduction filter with Light/Medium/Heavy presets (clo…#763

Open
Bhavy12-cell wants to merge 1 commit into
magic-peach:mainfrom
Bhavy12-cell:feat/noise-reduction-filter
Open

feat: add noise reduction filter with Light/Medium/Heavy presets (clo…#763
Bhavy12-cell wants to merge 1 commit into
magic-peach:mainfrom
Bhavy12-cell:feat/noise-reduction-filter

Conversation

@Bhavy12-cell
Copy link
Copy Markdown
Contributor

Closes #129

Added noise reduction filter option to ExportSettings for videos
recorded in low-light conditions.

Changes made:

  • Added noiseReduction field to EditRecipe type with 'off' | 'light' | 'medium' | 'heavy' options
  • Added noiseReduction: 'off' as default in DEFAULT_RECIPE
  • Added Noise Reduction toggle in ExportSettings.tsx with 3 strength presets
  • Shows warning about processing time increase when noise reduction is enabled
  • Uses FFmpeg hqdn3d filter under the hood

Type of change: ✨ New feature

@vercel
Copy link
Copy Markdown

vercel Bot commented May 20, 2026

@Bhavy12-cell is attempting to deploy a commit to the magic-peach1's projects Team on Vercel.

A member of the Team first needs to authorize it.

@github-actions
Copy link
Copy Markdown
Contributor

👋 Thanks for your PR, @Bhavy12-cell!

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! 🎉

@github-actions github-actions Bot added level:beginner Beginner level - 20 pts type:feature New feature labels May 20, 2026
@github-actions
Copy link
Copy Markdown
Contributor

✅ PR Format Check Passed — @Bhavy12-cell

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.

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

Labels

level:beginner Beginner level - 20 pts type:feature New feature

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Enhancement] Add video noise reduction filter option

1 participant