CLI tools for media file editing, wrapping FFmpeg and others
Project description
joker-studio
CLI tools for media file editing, wrapping FFmpeg and others
Install with pip:
python3 -m pip install joker-studio
Crop
Example:
dio crop -c 0 0 .1 .2 -t 120 60 myvideo.mp4
This command will
- remove the leading 2 minutes and trailing 1 minute
- crop 10% at bottom and 20% on the left
- save result as
myvideo.crop.mp4(originalmyvideo.mp4untouched)
Convert
Convert multiple .ts videos to .mp4:
dio conv video1.ts video2.ts
Extract audio from video as .mp3:
dio conv -f mp3 -f myvideo.mp4
Split
Split a video into 4 segments of equal duration:
dio split -n 4 myvideo.mp4
Split into segments, each (but the last one) of duration 5 minutes (300 seconds):
dio split -s 300 myvideo.mp4
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
joker-studio-0.0.1.tar.gz
(8.1 kB
view details)
File details
Details for the file joker-studio-0.0.1.tar.gz.
File metadata
- Download URL: joker-studio-0.0.1.tar.gz
- Upload date:
- Size: 8.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/3.6.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d4d965b80937f3a7da8f337e31b0e169ca95f82d2736b737011bece96b6604d1
|
|
| MD5 |
613e2b5daf73e45986888c2b8cdb33f7
|
|
| BLAKE2b-256 |
9ebedfe44af1ce74d6e8a8e957dedb7e7eacc3cf9ea4957dfdade74b9b97320c
|