Add video as a movable object #2804
Replies: 2 comments
-
There was a short discussion about it here #260. I've also tried to implement that once here https://github.com/ManimCommunity/manim/pull/129/files , but did not find a good way to do this and did not follow up on that. When you want to work on this, that would be a great addition to manim! |
Beta Was this translation helpful? Give feedback.
-
@kolibril13 Ah, I did search for video, but not specifically for It seems #129 discusses similar issues as noted here. I can take a stab at it sometime this week. At present, the easiest way to go about it seems to be using What do you think? |
Beta Was this translation helpful? Give feedback.
-
Description of proposed feature
Currently, only Image is available as a movable object using
ImageMobject
. The idea is to allowVideoMobject
.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 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.
Beta Was this translation helpful? Give feedback.
All reactions