Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/icemac/visli
- Owner: icemac
- License: mit
- Created: 2020-10-03T07:52:43.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-06-21T15:38:22.000Z (5 months ago)
- Last Synced: 2024-06-22T08:09:53.368Z (5 months ago)
- Language: Python
- Homepage:
- Size: 10.7 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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