Video splitter command line tool to split videos by count or seconds.
This tool uses the FFmpeg tool to process videos. So if you want to use this tool, you must add FFmpeg executable to you path.
video-splitter [options] video-file.mp4
Options:
-c count video count to generate (ignores -s parameter)
-s seconds time for every video (default 30)
video-splitter -s 15 video.mp4
The Unlicense. Feel free to use or change it how you need.