Stack Encode
A simple gem for automating the encoding process with ffmpeg.
Installation
$ gem install stack-encode
Usage
See the help screen:
$ stack-encode help
stack-encode commands:
stack-encode encode FILES # Encodes a number video or audio files
stack-encode help [COMMAND] # Describe available commands or one specific command
stack-encode version # Outputs the version number
Example encode command:
$ stack-encode encode -d ~/destination/ /source/files/*
Encoding 2011-05-31_0053_lo.mpg to MP4: [#################################] 100%
Encoding 2011-05-31_0053_loaud3.mp2 to MP3: [#################################] 100%
Encoding 2011-05-31_0053_loaud4.mp2 to MP3: [#################################] 100%
Encoding 2014-05-26_0010_lo.mp4 to MP4: [#################################] 100%
Contributing
- 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