Skip to content

mixslice/bake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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