mediamicroservices / mm

MIT License
68 stars 27 forks source link

add workaround for when a package includes a restoration #238

Open dericed opened 6 years ago

dericed commented 6 years ago

Our immediate use case is for when we have to create multiple partial transfers to get all the content from an object, then need to create (somehow) a restoration file that combines the partial transfers into a restoration master. So here we want to accept a restoration file which will be used as an alternate to the usual objects files as the basis for any derivatives, then we also want to enable accepting multiple objects files. So the package would look like

HEY/objects/BROKEN_TAPE_TAKE1.mkv
HEY/objects/BROKEN_TAPE_TAKE2.mkv
HEY/objects/restoration/FIXED_IT.mkv
HEY/objects/access/DERIVATIVE_FROM_RESTORATION_MASTER.mp4
kieranjol commented 6 years ago

Lovely!