Skip to content
This repository has been archived by the owner on Jan 1, 2021. It is now read-only.

Y-English Video Processing Toolkit

License

Notifications You must be signed in to change notification settings

Y-Lab/Video-Processing-Toolkit

Repository files navigation

Python License

Video Processing Toolkit

Y-English Video Processing Toolkit

Installation

Requirements

Get FFmpeg

Please refer to FFmpeg official website.

Installing with Virtualenv

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

Features

Watermark

python batch_watermark.py

Scale

python batch_scale.py

Pad

python batch_pad.py

Add Minor Opening

python batch_add_minor_opening.py

Concatenate and Add Major Opening

python batch_concatenate_and_add_major_opening.py

Concatenate

python batch_concatenate.py

File Structure

├── 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

Releases

No releases published

Packages

No packages published

Languages