A simple python library used to split media files.
Project description
A simple python library used to split media files.
Examples
From the command line
python ffmpeg_splitter --help
python ffmpeg_splitter.py source.mp4 1000000000 -t "out.mp4" # Will split `source.mp4` into files of 1GiB size (named out-x.mp4).
From Python
from ffmpeg_splitter import split_by_size
if __name__ == "__main__":
split_by_size("my_file.mp4", 1000000000, print_function=print) # Will also print output and useful information
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file py_ffmpeg_splitter-0.0.3.tar.gz.
File metadata
- Download URL: py_ffmpeg_splitter-0.0.3.tar.gz
- Upload date:
- Size: 3.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.11.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
be495a49263ac896418ea24572bf7bb88c5e81fbcf8766f1ef1a29f8e15e7935
|
|
| MD5 |
2c3f87afcd46f2080c55f20adf246951
|
|
| BLAKE2b-256 |
a7324cac0751224af87a0fbbb4ed8213d348fe3ecd1f7b43e294379b041ad877
|
File details
Details for the file py_ffmpeg_splitter-0.0.3-py3-none-any.whl.
File metadata
- Download URL: py_ffmpeg_splitter-0.0.3-py3-none-any.whl
- Upload date:
- Size: 4.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.11.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1f28d8cfdb936d845559b4eb94c31e738c180c064583d8f868e57111623ff823
|
|
| MD5 |
d0fcabede3caedc1115f675ab456b25a
|
|
| BLAKE2b-256 |
2d041c3b2f924d5370b5da74731f5dbcaa6dcdd187fbd86b1a669fd44412b1a0
|