Carrierwave Transcoder
DESCRIPTION
A simple way to transcode videos through a CarrierWave process method.
This currently only supports AWS Elastic Transcoder but it is wrapped with a pluggable interface where other transcoding services can be implemented easily.
RELEASING A NEW GEM
- Bump the VERSION in
lib/carrierwave_transcoder/version.rb
- Commit changes and push to GitHub
- run
bundle exec rake release
CONTRIBUTING
- Clone the repository
git clone https://github.com/jwright/carrierwave-transcoder
- Create a feature branch
git checkout -b my-awesome-feature
- Codez!
- Commit your changes (small commits please)
- Push your new branch
git push origin my-awesome-feature
- Create a pull request
hub pull-request -b jwright:master -h jwright:my-awesome-feature
LICENSE
Copyright (c) 2017, Jamie Wright.
This project is licensed under the MIT License.