Installation
pip install crop_video
Use by CLI
# video_path start_time end_time save_path
$ crop_video 1.mp4 00:00:00 00:00:20 result.mp4
Use by python
from crop_video import CropVideo
cutter = CropVideo()
video_path = "tests/test_files/1.mp4"
cutter(video_path, "00:00:00", "00:00:10", "output/2.mp4")
Release files for crop-video 0.0.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| crop_video-0.0.1-py3-none-any.whl | Python 3 | none | any | Details |
Release files / crop_video-0.0.1-py3-none-any.whl
| Download URL | crop_video-0.0.1-py3-none-any.whl |
|---|---|
| Size | 3.5 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
f808d9a588fd569f1ff0a732306e8f431c45b3a69cc1b94a8e572e2f7879deab
|
|
BLAKE2b-256 checksum How to use checksums |
4c641d02d5974b7e9152607bd83e95da3927c59f847a0e7d6085696e8d9b8a21
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.9.18
|