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.
#Moving a Remotion Studio video to Nextjs
13 messages · Page 1 of 1 (latest)
Moving a Remotion Studio video to Nextjs
well you did read the error message and changed defaultProps to inputProps right ?
I did it
But it doesn’t change anything
then show the new error that we can help you eventually
there arent any errors right now and im using the prop "default props"
but still does not render
ä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
I didn't quite understand you
you say change <composition /> to <player /> and leave all props the same.