Capturing animated elements #60
Replies: 1 comment 2 replies
-
This component doesn't work well with Remotion because it animates itself outside of React mechanisms, aka you render it once but it keeps changing itself. Remotion requires each frame to be static, so that the animation can come together frame-by-frame. So while this library doesn't work well in Remotion, audio visualization would be a huge usecase for Remotion! For that we probably need some new primitives in the core for Remotion. Once all the essential bugs are fixed, I'm gonna start working on Audio support, and will think about an API that will make audio visualization easy. To keep up to date, I recommend subscribing to the Audio issue #28 so you know when it gets released. |
Beta Was this translation helpful? Give feedback.
-
Hi - first off I just want to say this is a really cool project. I'm trying to use it for something we're trying to build and that involves having an audio spectrum on the final video.
I used this component: https://www.npmjs.com/package/react-audio-spectrum which shows up in the preview, but (and I kinda expected that) it doesn't show in the final render (the audio file does play though)
Does anyone have any suggestions on how to make the frames capture this element's visuals?
Beta Was this translation helpful? Give feedback.
All reactions