XavierZambrano / video-clipper

Takes a video and generate clips

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Generate clips from a video file.

clips_ss.jpg

Install dependencies

pip install -r requirements.txt

ImageMagick is required.

If you are using Linux you must edit the policy.xml /etc/ImageMagick-6/policy.xml comment out the line (its at the end):

<!-- <policy domain="path" rights="none" pattern="@*" /> -->

Usage

Update the variables in config.toml and execute main.py

test

If test = true, only generate a frame called test.png, use this option to test the fontsize

About

Takes a video and generate clips


Languages

Language:Python 100.0%