samvera-labs / active_encode

Declare encode job classes that can be run by a variety of encoding services
Other
6 stars 8 forks source link

Add an adapter for Shingoncoder #3

Closed jcoyne closed 9 years ago

jcoyne commented 9 years ago

Shingoncoder is a backend for transcoding videos locally using ActiveJob and Ffmpeg https://github.com/jcoyne/shingoncoder

Please merge PR #2 first. Then I can rebase this PR on master.

cjcolvar commented 9 years ago

So Shingoncoder intends to accept and return JSON according to zencoder's API? It also appears that this adapter is still a prototype and needs to be filled out with status updating, errors, etc. but all that work will happen in shingoncoder. Is that what you expect?

jcoyne commented 9 years ago

It conforms to the JapaneseBuddhismCoder API. What is zencoder? :wink: Yep, adapter is still prototype, but seems to work fine for the "create" case, which is mostly what I care about.

cjcolvar commented 9 years ago

:clap: Thanks for doing this work. It will be very useful to avalonmediasystem and hopefully others.