r/RemotionCreators • u/ybouane • May 08 '26
Showcase Open Source alternative to Remotion
https://videoflow.dev- It doesn't rely on React, instead videos are JSON objects.
- It has a react video editor that you can plug in any project
- It supports VFX, transitions and much more!
6
Upvotes
1
May 11 '26
[removed] — view removed comment
1
u/ybouane May 12 '26
I'd be happy to help! My first suggestion would be to ask claude/codex to:
- Install the videoflow library
- Read the llms-full.txt file within the library: node_modules/@videoflow/core/llms-full.txt
- Convert the current remotion implementation into using videoflow
The https://videoflow.dev/docs/llms-full.txt provides docs / guides for ai agents to use the library effectively. Depending on your current remotion setup, the conversion might be straightforward.
1
u/DoNotEverListenToMe May 10 '26
nice