SplitVideo
Simple executables for splitting an transcoding videos.
Installation
Add this line to your application's Gemfile:
gem 'split_video'
And then execute:
$ bundle
Or install it yourself as:
$ gem install split_video
Usage
$ vsplit --slices 10 --file my_awesome_but_super_long_video.m4v
...will split the video file my_awesome_but_super_long_video.m4v into 10
slices named like my_awesome_but_super_long_video-part-0001.m4v. That's it!
Contributing
- Fork it ( http://github.com/
/split_video/fork ) - Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create new Pull Request