Skip to content

Instantly share code, notes, and snippets.

View JonnyBurger's full-sized avatar
🎥
Making videos in React

Jonny Burger JonnyBurger

🎥
Making videos in React
View GitHub Profile
@JonnyBurger
JonnyBurger / messages.md
Created March 31, 2025 06:52
AI-generated docs draft: Discussing features and potential of a demo application.

jonathansotherpc - 3/30/2025, 4:04:33 PM

wow thats a pretty cool demo

jonathansotherpc - 3/30/2025, 4:06:09 PM

i wonder if it can animate smooth zoom in effect based on cursor position, we would bascially have a screen studio clone at that point and much better because it actually gives the files output with camera, allowing for further editing

@JonnyBurger
JonnyBurger / messages.md
Created March 31, 2025 06:43
AI-generated docs draft: Improvements to recording interface and features discussed.

jonathansotherpc - 3/30/2025, 2:04:33 PM

wow thats a pretty cool demo

jonathansotherpc - 3/30/2025, 2:06:09 PM

i wonder if it can animate smooth zoom in effect based on cursor position, we would bascially have a screen studio clone at that point and much better because it actually gives the files output with camera, allowing for further editing

@JonnyBurger
JonnyBurger / messages.md
Created March 31, 2025 06:42
AI-generated docs draft: No plans to support React Native due to performance issues.

johanx03 - 3/28/2025, 10:20:01 PM

Will you bring back support for react native?

jonnyburger - 3/31/2025, 6:41:55 AM

it's not planned to add support for react native. while we previously prototyped this, we realized that with the model of re-rendering on every frame, we could not achieve the high performance as we can on the web. a framework like remotion for react native would ideally work with reanimated or another way to avoid re-renders on react native. this would mean the framework and the components would have to be architected quite differently that that they are right now.

@JonnyBurger
JonnyBurger / messages.md
Created March 31, 2025 06:28
AI-generated docs draft: Remotion recorder setup issues and recent improvements discussed.

justrbt - 12/29/2024, 4:07:35 PM

Hi guys. I am new to remotion recorder, trying to setup it from both repos / recorder / our-recorder and I can’t get through some things, can I ask you for a help?

  1. Linux - Ubuntu - PopOS and Mint - did not work at all, browser did not ask me to ,,allow mic and camera,, - Firefox nor brave , so I got stuck on error page telling me that we don’t have enabled mic and camera. Nothing seem to work (Studio works perfectly on other instances, recorder did not)

    • MacOS on M1 - I did manage to run recorder and studio, but I noticed few errors that I cant get around. My current problem lies here -
@JonnyBurger
JonnyBurger / messages.md
Created March 28, 2025 10:19
AI-generated docs draft: Rendering video issues with Remotion on Lambda.

rohitt24k - 3/27/2025, 12:27:33 PM

Hey guys, i am trying to render a video using remotion on lyambda but i am facing some issue related to

errro ----------- An error occurred on chunk 0: Error A delayRender() "Loading

even though other network components like images and audios are properly loading

@JonnyBurger
JonnyBurger / messages.md
Created March 28, 2025 10:11
Video rendering issue with Remotion on Lambda.

rohitt24k - 3/27/2025, 1:27:33 PM

Hey guys, i am trying to render a video using remotion on lyambda but i am facing some issue related to

errro ----------- An error occurred on chunk 0: Error A delayRender() "Loading

even though other network components like images and audios are properly loading

@JonnyBurger
JonnyBurger / messages.md
Created March 28, 2025 10:08
Remotion video rendering issues and potential rate limiting.

rohitt24k - 3/27/2025, 1:27:33 PM

Hey guys, i am trying to render a video using remotion on lyambda but i am facing some issue related to

errro ----------- An error occurred on chunk 0: Error A delayRender() "Loading

even though other network components like images and audios are properly loading

@JonnyBurger
JonnyBurger / messages.md
Created March 28, 2025 10:06
Video rendering issues with Remotion on Lambda.

rohitt24k - 3/27/2025, 1:27:33 PM

Hey guys, i am trying to render a video using remotion on lyambda but i am facing some issue related to

errro ----------- An error occurred on chunk 0: Error A delayRender() "Loading

even though other network components like images and audios are properly loading

@JonnyBurger
JonnyBurger / messages.md
Created March 28, 2025 09:55
Collected Discord Messages

rohitt24k - 3/27/2025, 1:27:33 PM

Hey guys, i am trying to render a video using remotion on lyambda but i am facing some issue related to

errro ----------- An error occurred on chunk 0: Error A delayRender() "Loading

even though other network components like images and audios are properly loading

@JonnyBurger
JonnyBurger / migrate.ts
Created October 4, 2024 08:44
Migrating the Remotion Recorder to the new captions format
// We have migrated the captions format to the `Caption` type:
// https://remotion.dev/docs/captions/caption
// This will allow other captioning solutions as well.
// If you have already created captions, migrate them using:
// Run this with `bun migrate.ts`
import { toCaptions } from "@remotion/install-whisper-cpp";
import { write } from "bun";