How to display the preview in a NextJS app #2263
-
Hello, I'd like to have the preview console (the one we have using the command : remotion preview ...) in a NextJS app to create a videos using APIs and Database, but so far, I only have managed to use the to display the video. Is there a components to display the preview with the timeline and others informations ? Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
You can start the preview also in the Next.js app if you follow these steps: |
Beta Was this translation helpful? Give feedback.
-
I see - no this timeline component you cannot use in a Next.js app. So the way forward is to build your own timeline around the Player. We'll plan on making a component for this in the future! |
Beta Was this translation helpful? Give feedback.
I see - no this timeline component you cannot use in a Next.js app.
There would be too many parametrization options required to make the style fit everyone.
So the way forward is to build your own timeline around the Player. We'll plan on making a component for this in the future!