Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 1.32 KB

README.md

File metadata and controls

35 lines (24 loc) · 1.32 KB

Bake

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.

Sequence

sequence

Cake

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.

Resources