cleya trim
Trim video to a time range
cleya trim --input video.mp4 --start 0:30 --end 1:15
Options
| Flag | What it does | |
|---|---|---|
--input | Path to input video | required · string |
--start | Start time (H:MM:SS, M:SS, or seconds) | required · string |
--end | End time (H:MM:SS, M:SS, or seconds) | required · string |
--output | Output file path | string · default <input>_trimmed.<ext> |
--fade-in | Fade-in duration in seconds | string |
--fade-out | Fade-out duration in seconds | string |
--overwrite | Overwrite output file if it exists | boolean |
Category: edit — transform existing media
Generated from the toolkit
Generated from cleya capabilities, the toolkit's own manifest, so it cannot drift.
Run cleya trim --help for the same information in your terminal.