用 Gemini 分析视频 URL 或本地文件,输出结构化 JSON:逐字稿、画面描述、摘要、说话人和问答。
设计与多媒体
gemini video analyze
试用Send a public video URL directly to a Google Gemini model for analysis. Use when Codex must summarize a video, answer questions about video content, or extra...
它能做什么
Send a public video URL directly to a Google Gemini model for analysis. Use when Codex must summarize a video, answer questions about video content, or extra...
技能文档
Google Video Url Analysis
Use scripts/gemini_video_url_analyzer.py for deterministic Gemini calls instead of ad-hoc API snippets.
Workflow
- Set an API key:
GEMINI_API_KEY(preferred), orGOOGLE_API_KEY
- Run the analyzer with a public video URL supported by Gemini as direct URI input.
- Provide a task-specific prompt (summary, timeline extraction, Q&A, moderation, etc.).
- Inspect the text output.
Command Guide
- Basic analysis:
python scripts/gemini_video_url_analyzer.py --video-url "https://www.youtube.com/watch?v=..." --prompt "Summarize in 5 bullets and list important timestamps."
- Override model:
python scripts/gemini_video_url_analyzer.py --video-url "" --model "gemini-2.5-pro" --prompt "Produce a scene-by-scene report."
Operational Rules
- Require a publicly accessible URL.
- Prefer concise, explicit prompts with concrete output constraints.
相关技能
65 次安装5 星标
把 YouTube 视频整理成带章节、时间戳和要点的 Markdown 摘要
59 次安装1 星标
通过 CellCog SDK 生成 YouTube 视频、Shorts、缩略图和脚本。
102 次安装11 星标
用 Visla API 把脚本、网页、PDF 或音频转成视频。
100 次安装
Use when the user wants to generate or edit images with Google's Nanobanana/Gemini image models using the official Gemini API shape, or when they need public...
33 次安装
压缩任意来源,保留每一条论断、对冲、数值与归属。
239 次安装4 星标