Skip to content

Spectrum is a Python application based on PyQt5 and MoviePy libraries that allows users to efficiently process videos by removing silent segments and saving the result to a new video file. This tool is especially useful for video editors who want to automate the removal of silent parts in their videos.

Notifications You must be signed in to change notification settings

fabriciopereiradiniz/spectrum

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🎥 Spectrum

Spectrum is a Python application based on PyQt5 and MoviePy libraries that allows users to efficiently process videos by removing silent segments and saving the result to a new video file. This tool is especially useful for video editors who want to automate the removal of silent parts in their videos.

Features

  • Extract audio from video files.
  • Remove silence segments from videos.
  • User-friendly graphical interface.
  • Supports various video formats.

Requirements

Before using this script, make sure you have the following dependencies installed:

  • Python 3.x
  • PyQt5
  • MoviePy
  • PyDub

You can install these packages using pip:

pip install PyQt5 moviepy pydub

Usage

  1. Clone this repository to your local machine.
  2. Run the main.py script.
  3. Use the graphical interface to perform the following actions:
  4. Select the input video file.
  • Choose the output location and format.
  • Click the "Start Processing" button to begin the video processing.
  • The progress bar will indicate the processing status, and a success message will be displayed upon completion.

Future development

  • Syncronize your video and other audio before processing it.
  • New close button
  • Bug fix in the window
  • Interface enhancements in general

About

Spectrum is a Python application based on PyQt5 and MoviePy libraries that allows users to efficiently process videos by removing silent segments and saving the result to a new video file. This tool is especially useful for video editors who want to automate the removal of silent parts in their videos.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages