OpenClip adalah studio produksi video AI yang bekerja seperti creative director profesional. Cukup ngobrol dengan OpenHer, dan dia yang mengatur riset, penulisan, visual, audio, editing, sampai publish ke YouTube, TikTok, Instagram, dan platform lain.
Website ·
Installasi ·
Quickstart ·
API ·
GitHub ·
| Fitur | Deskripsi |
|---|---|
| Conversational Production | Bikin video cuma lewat chat. OpenHer menanyakan informasi yang dibutuhkan secara bertahap, tidak overwhelm. |
| Multi-Agent Pipeline | Riset, penulisan, visual, audio, editing, dan review berjalan paralel dengan agent terspesialisasi. |
| Professional Quality | Font OFL bundled, EDL terstruktur, visual continuity, closed-loop QA, dan quality gate otomatis. |
| Cross-Platform Publish | Preflight check per platform, OAuth aman, dan publish langsung dari chat. |
| Extensible | Skill registry, tool allowlist, dan provider LLM yang bisa ditambah/diubah dari CLI. |
curl -fsSL https://raw.githubusercontent.com/ahmdd4vd/OpenClip/main/scripts/install.sh | bash
irm https://raw.githubusercontent.com/ahmdd4vd/OpenClip/main/scripts/install.ps1 | iex
Setelah instalasi, verifikasi dengan:
openclip --help
Pilih model AI yang ingin dipakai. Untuk gratis, pakai OpenCode Zen:
openclip llm set opencode
Atau pakai Anthropic Claude:
openclip llm set anthropic --api-key sk-ant-...
Lihat semua provider:
openclip llm list
openclip chat
Ketik di chat:
Buat video tentang tips belajar Python
OpenHer akan menanyakan satu per satu:
Setelah itu, OpenClip akan menulis cerita, cari gambar/audio, render video, dan menampilkan preview.
Setelah preview siap, ketik:
/approve
Untuk publish ke TikTok:
/post tiktok
| Dokumen | Deskripsi |
|---|---|
| Installation Guide | Panduan instalasi detail per OS (Linux, Mac, Windows) |
| Setup Guide | Konfigurasi awal: API keys, OAuth, database, Redis, brand kit |
| Quickstart Tutorial | Tutorial 5 menit membuat video pertama |
| API Reference | Dokumentasi API untuk integrasi |
| Changelog | Riwayat perubahan versi |
git clone https://github.com/ahmdd4vd/OpenClip.git
cd OpenClip
make install
make test
make lint
make format
make typecheck
OpenClip juga bisa dijalankan sebagai API server:
uvicorn openclip.api.main:app --host 0.0.0.0 --port 8000
open http://localhost:8000/docs
Contributions are welcome! Please read CONTRIBUTING.md before submitting a PR.
git checkout -b feat/feature-keren)git commit -m 'feat: tambah feature keren')git push origin feat/feature-keren)Pastikan:
pytest tests/unit -qruff check src testsmypy srcMIT License — by Huanime. See LICENSE for details.
OpenClip — Made with ❤️ by Huanime