Andreas Demmelbauer 467f414ace | há 3 anos | |
---|---|---|
README.md | há 3 anos | |
layout.json | há 3 anos | |
requirements.txt | há 3 anos | |
video-shredder.py | há 3 anos |
It supports simple grid definitions and advanced layout definitions from a json layout definition file.
For Debian:
sudo apt install git ffmpeg python3 python3-pip
git clone https://git.notice.at/redplanet/video-shredder.git
pip3 install -r requirements.txt
grid mode:
python3 videoshredder.py grid <columns> <rows> <input_file> <output_path>
file mode:
python3 videoshredder.py file <layout_path> <input_file> <output_path>