Python script for splitting videos into tiles with ffmpeg
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
Andreas Demmelbauer 467f414ace shredder it 3 anos atrás
README.md shredder it 3 anos atrás
layout.json shredder it 3 anos atrás
requirements.txt shredder it 3 anos atrás
video-shredder.py shredder it 3 anos atrás

README.md

Python script for splitting videos into tiles with ffmpeg

It supports simple grid definitions and advanced layout definitions from a json layout definition file.

Installation

Install git, ffmpeg and python3 with pip on your system

For Debian:

sudo apt install git ffmpeg python3 python3-pip

Clone this git repository

git clone https://git.notice.at/redplanet/video-shredder.git

Enter directory and install python requirements

pip3 install -r requirements.txt

Usage

grid mode:

python3 videoshredder.py grid <columns> <rows> <input_file> <output_path>

file mode:

python3 videoshredder.py file <layout_path> <input_file> <output_path>