#Moving a Remotion Studio video to Nextjs

13 messages · Page 1 of 1 (latest)

vast ruin
#

I am trying to move the word-by-word caption template from the remotion studio to the next app template dir + tailwind, I moved it to the remotion studio from that template, I moved the sub.mjs, whisper config, the files in the public folder and in the remotion folder I put the CaptionedVideo files that are the files of the tiktok template, the thing is that when I try to move it to the nextjs SaaS template player it does not work, if I put the same Composition that is in the RemotionRoot of the studio template it does not work.

#

does not show video

vast ruin
#

Moving a Remotion Studio video to Nextjs

clever bobcat
#

well you did read the error message and changed defaultProps to inputProps right ?

vast ruin
#

But it doesn’t change anything

clever bobcat
#

then show the new error that we can help you eventually

vast ruin
#

there arent any errors right now and im using the prop "default props"

#

but still does not render

clever bobcat
#

ähm
so if you're in a page which is from NextJs then you will need the <Player />. and you feed that Player your composition

vast ruin
#

you say change <composition /> to <player /> and leave all props the same.