A command line tool for encoding movies with meta data from imdb
$ brew install AtomicParsley
$ gem install movie-garnish
mg-cli imdb --video=~/Desktop/some-movie.mp4 --title="Movie Title"
mg-cli imdb --video=~/Desktop/some-movie.mp4
- Fork it
- 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