Thanks to Jumpcutter for the algo!
- Python 3.6+
- FFmpeg
pip install -r requirements.txt
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. |
- Clone the repository:
git clone https://github.com/your_username/Gated-Video-Editor.git
- Navigate to the project directory:
cd NewGate-Video-Processor
- Install the required packages:
pip install -r requirements.txt
- 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"
This project is released under the MIT License.