#rendering player
13 messages · Page 1 of 1 (latest)
the problem is that you are calling useLinkProps inside a remotion project
a remotion component does not have the necessary context
only call tanstack APIs outside of a remotion component and pass the resulting data to remotion as inputProps
Probably I can not understand my self clearly 🙂 I am not makink third party request I just want to render video on frontend but I can not handle that in player tag
<Player
ref={playerRef}
fps={config.global.fps}
durationInFrames={config.global.durationInFrames}
compositionWidth={config.player.width}
compositionHeight={config.player.height}
controls
component={SequencedVideoFromJson}
clickToPlay={false}
/> I have this code but I can not render
I'm not 100% sure but I think there is no such thing as "rendering" on the frontend.
Actually I want to render video and convert mmpeg version on forntend
rn video is just a json
version like webp
ähm what ? 😆
I have frontend app which is vite React I am using Remotion to create video then Iwant to turn into video to webp format and send my backend
Actually I cannot
turn into to webp version