Skip to content

ynsrc/cpp-video-splitter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

video-splitter

Video splitter command line tool to split videos by count or seconds.

How it works?

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.

Usage

video-splitter [options] video-file.mp4 Options: -c count video count to generate (ignores -s parameter) -s seconds time for every video (default 30) 

Example

video-splitter -s 15 video.mp4 

License

The Unlicense. Feel free to use or change it how you need.

About

Video splitter command line tool to split videos by count or seconds.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages