Bake is a distributed incremental rendering system for none-linear editing system.
bake-worker is an application which processes rendering. It can be deployed separately and works with Bake through an API.
cake
describe a minimal render unit for workers. Each clip inside cake has the same duration. A clip's offset
value is the shift to the start of the first clip.
{
[md5hash]:
{ ranges: [ { start, end } ],
clips:
[ { offset, video: [Object] },
{ offset,
'adjust-crop': [Object],
video: [Object],
'filter-video': [Object] } ] },
}
Please take a look at the sample output.