Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
JonnyBurger opened this issue Apr 11, 2024 · 0 comments

Comments

@JonnyBurger
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant