Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/4thel00z/splitvid
Split video into n parts. Split video into part ranging from <start> secs to <end> secs
https://github.com/4thel00z/splitvid
ffmpeg python split video
Last synced: 17 days ago
JSON representation
Split video into n parts. Split video into part ranging from <start> secs to <end> secs
- Host: GitHub
- URL: https://github.com/4thel00z/splitvid
- Owner: 4thel00z
- License: gpl-3.0
- Created: 2021-08-12T20:23:11.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-08-12T20:29:23.000Z (over 3 years ago)
- Last Synced: 2024-12-09T17:13:58.325Z (24 days ago)
- Topics: ffmpeg, python, split, video
- Language: Python
- Homepage: https://pypi.org/project/splitvid/
- Size: 19.5 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
# splitvid
![splitvid.png](https://raw.githubusercontent.com/4thel00z/logos/master/splitvid.png)
## Motivation
I need a tool which can split my vids easily, so I can upload them to my story or whatever.
## Installation
```
pip install splitvid
```## Usage
```
>>> from splitvid import splitvid_into as split_into
>>> split_into("parents.mkv", "parts", 10)
```## License
This project is licensed under the GPL-3 license.