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

Pass through adapter for skipping transcoding based on ffmpeg adapter #67

Closed cjcolvar closed 4 years ago

cjcolvar commented 4 years ago

This PR adds a pass through adapter for using ActiveEncode when you already have derivatives created. In this case technical metadata is created and files are copied into the working directory (which could be the same as your streaming directory). This meets Avalon's need for handling pre-transcoded derivatives.

This PR also drops support for ruby 2.4 since it is EOL in March and we're using a 2.5+ method.