Allow video upload to models like gemini recreate animations #2535
Replies: 2 comments 19 replies
-
Was gonna open an issue for this, but then I saw yours was already open. So, quick update: I actually found a workaround for it. I just made a .aiAuxFiles folder in the project, threw it in the .gitignore (so my commits don't get bloated with a ton of vids), and then I just drop the vids I wanna send to Gemini in there. Then I just mention the file in chat, and it can see the video. Not perfect, but hey, it works. This feature'd also be super useful for FE debugging, especially for those bugs that are harder to explain than they are to believe even exist. |
Beta Was this translation helpful? Give feedback.
-
@VooDisss just pushed everything to my fork! You can check it out here: https://github.com/jordanrendric/Roo-Code (branch: main) |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Ability to upload video files directly into the Roo Code interface, allowing multimodal models (like Gemini 2.5 Pro) to analyze keyframes and recreate animations via code (CSS/JS/SVG).
Animation examples:
design.mp4
Beta Was this translation helpful? Give feedback.
All reactions