-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Closed
Labels
SuggestionRequesting a feature or change for ManimRequesting a feature or change for Manim
Description
Description of proposed feature
Currently, only Image is available as a movable object using ImageMobject. The idea is to allow VideoMobject.
This would allow importing a video that was not created via Manim super-easy.
How can the new feature be used?
I see two ways it can be used
- The entire video is played first, then other manim operations are resumed.
- Both video and manim operations happen concurrently.
The first one should be relatively straightforward (I think?) by repeatedly calling ImageMobject with updated frames. The second one would require synchronizing the frame-rate of the video with the manim operations.
Metadata
Metadata
Assignees
Labels
SuggestionRequesting a feature or change for ManimRequesting a feature or change for Manim