Skip to content

TtesseractT/NewGate-Video-Processor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NewGate Video Processor

Thanks to Jumpcutter for the algo!

Demo

Watch The Demo Here

Table of Contents

Prerequisites

  • Python 3.6+
  • FFmpeg

Quick install

pip install -r requirements.txt

TOOLS

python gate_engine.py --input_file Video.mp4

Argument Description
--input_file The file you want to process as input.
--frame_margin default=1 This variable determines the number of silent frames included on either side of sounded frames to provide context. It specifies how many frames adjacent to speech should be included.

Installation

  1. Clone the repository:
git clone https://github.com/your_username/Gated-Video-Editor.git
  1. Navigate to the project directory:
cd NewGate-Video-Processor
  1. Install the required packages:
pip install -r requirements.txt

Usage

  1. Alternatively, you can use the Gate-Engine.py script with command line arguments. See below for a list of arguments:
python Gate-Engine.py --input_file "Video File"

License

This project is released under the MIT License.

About

Remove Silence, Pauses from any video. Dialogue Specific

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages