Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Autocut

badge

This tools detect silence sections in videos and create a FcpX timeline with the video and audio cut accordingly.

Note

It does not suppress quiet sections, it only cut them and separate them on a second video track.

[TOC]

🥰 Support My Work

If you appreciate my work, consider ⭐ starring this repository or 💰 making a donation to support future updates and maintenance.

Static Badge

Usage

Two versions are available:

👨‍💻 CLI

autocut-cli [-h] [--audio-file AUDIO_FILE] [--min-length MIN_LENGTH] [--margin MARGIN] [--threshold THRESHOLD] input_path
  • audio-file: Override audio tracks used for silence detection and timeline cuts. Can be used multiple times.
  • min-length (default=1.0): The minimal duration of a quiet section in seconds.
  • margin (default=5): By how many frames non-quiet cuts are extended. Prevents sudden audio cut.
  • threshold (default=-60): At which Db level a section is marked "quiet". Should always be negative.

🎛 GUI

autocut

In this mode, you only choose which file to process, all other options use default settings.

About

Detect silences in video and create a FcpX timeline with quiet and non-quiet tracks (Official repo on Gitlab)

Topics

Resources

Stars

Watchers

Forks

Releases

Sponsor this project

Contributors

Languages