cleya social-clip
Generate platform-ready clips from best segments
Cost: slow — full pipeline (analyze + trim + reformat + subtitle) per platform
cleya social-clip --input video.mp4 --platforms tiktok --platforms reels --count 3
Options
| Flag | What it does | |
|---|---|---|
--input | Path to input video | required · string |
--platforms | Target platforms (repeat for each) | required · string |
--count | Number of clips to generate | string · default 3 |
--autosub | Auto-generate subtitles on clips | boolean |
--subtitle-style | Subtitle style (auto from platform if omitted) | string · one of default, social, minimal, cinematic, bold, outline |
--crop | Crop strategy for platform reformatting | string · default center · one of center, top, bottom, left, right, auto |
--max-duration | Maximum clip duration in seconds (auto from platform limits) | string |
--scene-threshold | Scene detection sensitivity (0.0 to 1.0, lower = more sensitive) | string · default 0.15 |
--silence-threshold | Silence threshold in dB | string · default -30 |
--exclude-ranges | Time ranges to skip, as JSON array (e.g. '[{"start":0,"end":10}]') | string |
--include-ranges | Exact time ranges to clip, as JSON array (bypasses auto-extraction) | string |
--overwrite | Overwrite output file if it exists | boolean |
Category: pipeline — multi-step flows in one call
Generated from the toolkit
Generated from cleya capabilities, the toolkit's own manifest, so it cannot drift.
Run cleya social-clip --help for the same information in your terminal.