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

Tighten up ActiveEncode API #30

Closed cjcolvar closed 6 years ago

cjcolvar commented 6 years ago

The ActiveEncode API currently uses hashes for input, output, and technical metadata which makes it hard to reason about what information an adapter should try to supply and what information a client can expect to consume. This will help on the FFmpeg adapter.