From Wikipedia to TikTok/Shorts in One Command.
Wiki2Video is an AI-powered, fully automated pipeline that turns any Wikipedia article into a narrated, subtitled, cinematic video — ready for YouTube, Shorts, TikTok, or Bilibili.
No UI. No timelines. No manual editing.
Just one command:
wiki2video generate https://en.wikipedia.org/wiki/Fermi_paradoxWiki2Video will automatically:
- Fetch the article
- Summarize and rewrite it into a script
- Generate narration (TTS)
- Generate scenes (text-to-video or images)
- Build subtitles
- Render the final mp4
| Oak Island Mystery · Video Mode | Fermi Paradox · Image Mode | Voynich Manuscript · Landscape |
|---|---|---|
![]() |
![]() |
![]() |
The preferred way to install wiki2video is via pip
pip install wiki2videoInstall Wiki2Video with OpenAI support:
pip install wiki2video[openai]Initialize configuration and set your OpenAI API key:
wiki2video initGenerate your first video:
wiki2video generate <wikipedia_url>Run Wiki2Video end-to-end in your browser — no local setup required.
The only thing you need: an OpenAI API key.
This Colab notebook demonstrates:
- Full
wiki2video init,wiki2video generatepipeline - Script → TTS → Scene generation → Subtitles generation
- Final MP4 rendering
Wiki2Video is designed as a modular, fully automated generation pipeline, where each stage produces explicit, inspectable artifacts.
MIT License © 2025 NP_123




