8000 GitHub - padvincenzo/silence-speedup: Speed-up your videos speeding-up (or removing) silences, using FFmpeg. This is an electron-based app.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Speed-up your videos speeding-up (or removing) silences, using FFmpeg. This is an electron-based app.

License

Notifications You must be signed in to change notification settings

padvincenzo/silence-speedup

Repository files navigation

Silence Speedup

Logo

Silence Speedup is a desktop application built with Electron that analyzes videos or audio files to detect silent sections and either speed them up or remove them entirely. Powered by FFmpeg, it helps you reduce unnecessary pauses and make your content more concise.

Ideal for lectures, interviews, podcasts, or tutorials — especially when the speaker pauses frequently or speaks slowly.

Homescreen

📦 Download

Latest release: v2.0.0

🚀 Getting Started

  1. Launch the application
  2. Import your video or audio file
  3. Adjust silence detection, playback speed and other settings (optional)
  4. Click Start

The app will detect silence, process each section, and generate a shortened version of your file.

For detailed instructions, see docs/usage.md

✨ Key Features

  • 🎙️ Custom silence detection — adjust noise sensitivity, min silence length, and margin
  • Silence skipping or speeding — choose how silent parts are handled
  • 🎛️ Advanced export settings — frame rate, codec presets, audio format
  • 💻 Cross-platform — works on Windows, macOS, and Linux
  • Fast processing — powered by efficient FFmpeg commands

🛠 Requirements

  • No installation required for pre-built versions
  • To run from source:
    • Node.js
    • FFmpeg (included in packaged releases)

For development and build instructions, see docs/development.md

🤝 Contributing

You're welcome to contribute by:

  • Reporting issues or bugs
  • Translating the app or documentation
  • Suggesting improvements
  • Implementing new features
  • Sharing the project with others
  • Buying me a coffe

📜 Credits

This software uses FFmpeg under the GPLv3 license.
The graphical interface is built using Electron.

📚 Additional documentation:

0