Is it possible to create an interactive video? #3436
Unanswered
BenjaminIsMyName
asked this question in
Q&A
Replies: 1 comment 3 replies
-
Well, I just built it!Took me a few hours but I understood how to wait for user input, and only then move to the next sequence. And here is a screen recording: Screen.Recording.2024-02-01.at.23.22.06.mov |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey,
I was wondering if it's possible to create a video that has no specific duration.
Instead, the video is changing "on the fly" based on the user's input (clicking buttons or writing something in an input INSIDE the "video") and based on API response.
For example, in the video I want to create an input tag for the user to write something, and then I want to send that data to an API and read the response using TTS. If the API call failed, I want to render something else in the video.
Is this possible in Remotion?
Can I create a video with no specific duration?
Can I "pause" the video until the user enters something in the input tag?
Can the video modify itself based on the user's input?
Beta Was this translation helpful? Give feedback.
All reactions