#rendering player

13 messages · Page 1 of 1 (latest)

sturdy sentinel
#

Hello folks I ve been trying to build my own video editor. I am using Player and Tanstack Router. but when ı am trying to run to render video command I get this error and I can not integrate to donwload button for editor. Can anyone help me 😦

plain zephyr
sturdy sentinel
#

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

elder island
#

I'm not 100% sure but I think there is no such thing as "rendering" on the frontend.

sturdy sentinel
#

Actually I want to render video and convert mmpeg version on forntend

#

rn video is just a json

sturdy sentinel
#

version like webp

elder island
#

ähm what ? 😆

sturdy sentinel
#

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

plain zephyr