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...
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), or
GOOGLE_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."