A lightweight node CLI to split a video into predefined lengths. Useful for splitting long form videos into bite sized pieces to be sent via iMessage, WhatsApp, etc.
splitter split my_movie.mp4 output
- Path to video file source
- Path to output to
- --interval (alias -i, optional, default: 05:00 / 5 minutes) Duration definition for each clip length, excluding final clip which will be remaining amount of the clip
- --start (alias -s, optional) Timestamp of clip to start clipping from
- --end (alias -e, optional) Timestamp of clip to end clipping at