Skip to content

Commit

Permalink
Add shingoncoder to list of encoding providers
Browse files Browse the repository at this point in the history
  • Loading branch information
cjcolvar committed Sep 28, 2015
1 parent 8162909 commit 7c461a9
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# ActiveEncode

This gem serves as the basis for the interface between a Ruby (Rails) application and a provider of transcoding services such as [Opencast Matterhorn](http://opencast.org), [Zencoder](http://zencoder.com), and [Amazon Elastic Transcoder](http://aws.amazon.com/elastictranscoder/).
This gem serves as the basis for the interface between a Ruby (Rails) application and a provider of transcoding services such as [Opencast Matterhorn](http://opencast.org), [Zencoder](http://zencoder.com), [Shingoncoder](http://github.com/jcoyne/shingoncoder), and [Amazon Elastic Transcoder](http://aws.amazon.com/elastictranscoder/).

## Installation

Expand Down Expand Up @@ -85,16 +85,16 @@ end

Engine adapters are shims between ActiveEncode and the back end encoding service. Each service has its own API and idiosyncracies so consult the table below to see what features are supported by each adapter. Add an additional engines by creating an engine adapter class that implements :create, :find, :list, :cancel, :purge, and :remove_output.

| Feature | Matterhorn Adapter | Zencoder Adapter (prototype) | Inline Adapter (In progress) | Test Adapter |
| Feature | Matterhorn Adapter | Zencoder Adapter (prototype) | Shingoncoder | Inline Adapter (In progress) | Test Adapter |
| --- | --- | --- | --- | --- |
| Create | X | X | X | X |
| Find | X | X | X | X |
| List | | | | |
| Cancel | X | X | | X |
| Purge | X | | | X |
| Remove output | X | | | |
| Preset | X | | | |
| Multiple outputs | X (via preset) | | | |
| Create | X | X | X | X | X |
| Find | X | X | X | X | X |
| List | | | | | |
| Cancel | X | X | | | X |
| Purge | X | | | | X |
| Remove output | X | | | | |
| Preset | X | | | | |
| Multiple outputs | X (via preset) | | | | |


## Contributing
Expand Down

0 comments on commit 7c461a9

Please sign in to comment.