Y-English Video Processing Toolkit
- macOS (Recommended)
- FFmpeg
- Python 3.6 | 3.7 | 3.8
- Pip
- Virtualenv
Please refer to FFmpeg official website.
On Unix, Linux, BSD, macOS, and Cygwin:
git clone https://github.com/Y-Lab/Video-Processing-Toolkit.git
cd Video-Processing-Toolkit
virtualenv -p python3 venv
source venv/bin/activate
pip install -r requirements.txtpython batch_watermark.pypython batch_scale.pypython batch_pad.pypython batch_add_minor_opening.pypython batch_concatenate_and_add_major_opening.pypython batch_concatenate.py├── data/
│   ├── input/
│   │   └── ...
│   └── output/
│       └── ...
├── toolkit/
│   └── __init__.py
├── batch_watermark.py
├── batch_scale.py
├── batch_pad.py
├── batch_add_minor_opening.py
├── batch_concatenate_and_add_major_opening.py
├── batch_concatenate.py
├── requirements.txt
├── README.md
├── LICENSE
└── .gitignore