remotion-dev / remotion

🎥 Make videos programmatically with React

Home Page:https://remotion.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Prerender static frames or render every time for speed optimization in Remotion project.

JonnyBurger opened this issue · comments

From message posted on Discord by sld.codes

Hey I have a QQ regarding prerendering. In remotion I have a composition that has the same frames at the beginning and end (about 200 frames each side) in a TransitionSeries.Sequence . These frames are static and do not change based on provided props.

Is it better to:

  1. Prerender these and and use a video tag in this composition
  2. Render them every time.
  3. something else I haven't considered?

Optimising for speed over cost here.