Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/icemac/visli

Cut video files into slices.
https://github.com/icemac/visli

Last synced: 25 days ago
JSON representation

Cut video files into slices.

Awesome Lists containing this project

README

        

# visli

Cut video files into slices.

## Requirements

* Python 3.9+
* ffmpeg installed and on $PATH

## Help

* python3 visli.py -h

## General usage

* python3 visli.py /path/to/video-file

## Run tests

### Preparation

* python3 -m venv .
* bin/pip install -r dev-requirements.txt

### Actually run the tests

* bin/pytest