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.txt
python batch_watermark.py
python batch_scale.py
python batch_pad.py
python batch_add_minor_opening.py
python batch_concatenate_and_add_major_opening.py
python 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