Skip to content

Feat/silence detection jump cuts 1169#1213

Draft
dropps07 wants to merge 3 commits into
magic-peach:mainfrom
dropps07:feat/silence-detection-jump-cuts-1169
Draft

Feat/silence detection jump cuts 1169#1213
dropps07 wants to merge 3 commits into
magic-peach:mainfrom
dropps07:feat/silence-detection-jump-cuts-1169

Conversation

@dropps07
Copy link
Copy Markdown
Contributor

@dropps07 dropps07 commented May 26, 2026

Description

Introduce a Smart Silence Detection & Auto Jump-Cut Editing feature that automatically detects low-audio or silent sections in videos and allows users to remove or compress them with a single click.
the silenced part would be highlighted with red where as part with audio will be highlighted with green

Related Issue

Editing videos manually to remove silent gaps, pauses, and inactive audio sections can be very time-consuming for creators. Users currently need to trim these sections manually, which slows down the editing workflow, especially for tutorials, podcasts, interviews, and talking-head videos.

Type of Contribution

  • Bug fix
  • New feature
  • Documentation update
  • Refactor
  • GSSoC contribution

Participant Info

  • GitHub username: dropps07
  • Contribution level (Beginner/Intermediate/Advanced): Advanced

Screen Recording

How to record: run bun run dev → open http://localhost:3000 → demonstrate the full working flow of your change, including any edge cases.
https://www.veed.io/view/08473311-f45c-401f-bd25-926e5e65dae7?source=%2Ftools%2Fvideo-compressor&panel=share

  • macOS: Cmd + Shift + 5 → Record Selected Portion, or use QuickTime Player
  • Windows: Win + G → Xbox Game Bar → Capture
  • Linux: OBS Studio, GNOME Screenshot tool, or kazam
  • Any OS: Loom (free screen recorder, great for sharing)

Recording / Loom link: ## Checklist

  • I have read the contribution guidelines
  • My changes follow the project structure
  • I have tested my changes in Chrome, Firefox, and Safari
  • bun run lint passes (no ESLint errors)
  • bunx tsc --noEmit passes (no TypeScript errors)
  • New interactive elements have aria-label / accessible names
  • No console.log statements left in
  • This PR is related to a valid issue
  • Screen recording attached above (required for UI/feature/design changes)

@vercel
Copy link
Copy Markdown

vercel Bot commented May 26, 2026

Someone 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, @dropps07!

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

🟠 GSSoC'26 PR detected — thanks for contributing under GirlScript Summer of Code 2026!

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
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 26, 2026

⚠️ PR Format Issues — @dropps07

Please fix the following before your PR can be reviewed:

  • ⚠️ Use a conventional PR title. Examples:
    • feat: add dark mode support
    • fix: resolve aria label missing on slider
    • docs: add deployment guide to README
  • ⚠️ No linked issue found. Add Closes #<issue-number> to your PR description.

Push new commits after fixing — this comment will update automatically.

📖 CONTRIBUTING.md

@github-actions github-actions Bot added level:advanced Advanced level - 55 pts type:bug Bug fix type:design UI/UX design type:docs Documentation type:feature New feature gssoc'26 GirlScript Summer of Code 2026 type:refactor Code refactor labels May 26, 2026
@magic-peach
Copy link
Copy Markdown
Owner

@dropps07 please resolve conflicts

@dropps07
Copy link
Copy Markdown
Contributor Author

@dropps07 please resolve conflicts

I'm on it.

@dropps07 dropps07 marked this pull request as draft May 26, 2026 10:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

gssoc'26 GirlScript Summer of Code 2026 level:advanced Advanced level - 55 pts type:bug Bug fix type:design UI/UX design type:docs Documentation type:feature New feature type:refactor Code refactor

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants