https://github.com/flug/batch-auto-editor
https://github.com/flug/batch-auto-editor
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/flug/batch-auto-editor
- Owner: flug
- Created: 2025-05-26T23:57:16.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-27T00:00:07.000Z (about 1 year ago)
- Last Synced: 2025-09-17T22:12:17.088Z (9 months ago)
- Language: Batchfile
- Size: 1000 Bytes
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# batch-cut.bat
This Windows batch script automates the processing of all `.mp4` files in a given folder using [auto-editor](https://github.com/WyattBlue/auto-editor).
It generates an `.xml` file for each video, formatted for Adobe Premiere.
---
## 📄 Features
- Scans all `.mp4` files in the input directory
- Creates the output directory if it doesn't exist
- Runs `auto-editor` with:
- Silence detection and removal (`--edit audio:threshold=-28dB`)
- Premiere export format (`--export premiere`)
- Saves the resulting `.xml` files in the output folder
---
## 🔧 Requirements
- Windows
- Python installed
- `auto-editor` installed via pip:
```bash
pip install auto-editor