/carrierwave-transcoder

CarrierWave extension to transcode videos with a third-party transcoding service.

Primary LanguageRubyMIT LicenseMIT

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

  1. Bump the VERSION in lib/carrierwave_transcoder/version.rb
  2. Commit changes and push to GitHub
  3. run bundle exec rake release

CONTRIBUTING

  1. Clone the repository git clone https://github.com/jwright/carrierwave-transcoder
  2. Create a feature branch git checkout -b my-awesome-feature
  3. Codez!
  4. Commit your changes (small commits please)
  5. Push your new branch git push origin my-awesome-feature
  6. 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.