USWG is an automated video silence removal application with a graphical interface. It helps you remove or speed up silent parts in your video and audio files automatically.
This project is a standalone version of the repo named unsilenced by adding gui. You can check unsilence repo from here
test.mp4
test_unsilenced.mp4
- Easy-to-use graphical interface
- Support for multiple video/audio formats (mp4, avi, mkv, mov, mp3, wav)
- Real-time progress tracking with progress bar
- Automatic output file naming
- Custom input/output file selection
- Process status notifications
- Open output folder functionality after processing
- Built-in ffmpeg for processing
- Launch the application
- Click "Select Input" to choose your video/audio file
- Output file path will be automatically set, or click "Select Output" to choose custom location
- Click "Start Processing" to begin silence removal
- Monitor progress through the progress bar
- When complete, click "Open Output Folder" to access your processed file
- Built with Python and Tkinter
- Multi-threaded processing for responsive UI
- Temporary files managed in user's cache directory
- Progress tracking for silence detection and rendering
- Error handling with user-friendly messages
- Python 3.x
- Tkinter
- Unsilence library