Skip to content

sm18lr88/python-video-silence-cutter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A tool for removing silences from a video

GUI to remove silence in videos.

Dependencies

Download and install them first.

Windows users: Make sure ffmpeg and ffprobe are in your environment path variables. The links above should have information on how to do that. You can also ask any AI agent to help you with that.

How to use

  • Graphical user interface: python silence_cutter_gui.py

For command-line interface:

python3 is typed in Linux; Windows users should use python instead.

  • Easiest command: python3 silence_cutter.py [your video]

  • Show help and suggestions: python3 silence_cutter.py --help

  • More Options: python3 silence_cutter.py [your video] [outfile] [silence dB border]

Most other tools are:

  • Unreliable
  • Too complex
  • Huge in size
  • They store each frame of the video as bitmap file
    (how can you even think about something like that)

About

Automatically cut silence from videos

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%