Hey Guys,
We are considering using Remotion Editor Starter to build a "Screen Studio" style editor and had a few questions. Would love your guidance 🙂
-
Does the Player/Engine have a native playbackRate prop that handles frame-interpolation correctly across splits? Or do we need to implement a custom 'Cumulative Frame Calculation' (time remapping) for the startFrom prop?
-
What is the expected seek latency of the <Player> for a composition with ~3-4 video layers? Is it fast enough for real-time hover scrubbing, or should we pre-render thumbnails for the timeline scrub interaction?
-
For cursor-following camera movement, is it recommended to use standard transform: scale / translate on an <AbsoluteFill>, or is there a dedicated camera utility (e.g. remotion-camera) that provides better smoothing/damping out of the box?
-
For the Captioning layer, does the Starter Kit provide a UI component for 'Interactive Text Editing' (clicking a caption in the preview to type changes), or is it strictly a 'Render-only' engine where we must build the text-input UI ourselves?
-
Our spec includes a “Share link” feature. Does the overall architecture support uploading the final MP4 to a permanent URL (e.g. S3 + CloudFront with a player page), or does the Starter Kit focus only on rendering?
-
We are feeding raw coordinate data to the camera. Does Remotion have any helper libraries (like remotion-camera or spring animations) to smooth/stabilize these coordinates, or should we apply a smoothing algorithm to our JSON data before passing it to the player?
Thanks in advance! 🙏