OpenClip

AI Creative Studio by Huanime

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 · PyPI

Mengapa OpenClip?

FiturDeskripsi
Conversational ProductionBikin video cuma lewat chat. OpenHer menanyakan informasi yang dibutuhkan secara bertahap, tidak overwhelm.
Multi-Agent PipelineRiset, penulisan, visual, audio, editing, dan review berjalan paralel dengan agent terspesialisasi.
Professional QualityFont OFL bundled, EDL terstruktur, visual continuity, closed-loop QA, dan quality gate otomatis.
Cross-Platform PublishPreflight check per platform, OAuth aman, dan publish langsung dari chat.
ExtensibleSkill registry, tool allowlist, dan provider LLM yang bisa ditambah/diubah dari CLI.

Quick Install

Linux / macOS

curl -fsSL https://raw.githubusercontent.com/ahmdd4vd/OpenClip/main/scripts/install.sh | bash

Windows (PowerShell)

irm https://raw.githubusercontent.com/ahmdd4vd/OpenClip/main/scripts/install.ps1 | iex

Setelah instalasi, verifikasi dengan:

openclip --help

Quick Start

1. Setup LLM (1 menit)

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

2. Mulai Chat (1 menit)

openclip chat

3. Buat Video (3 menit)

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.

4. Approve dan Publish

Setelah preview siap, ketik:

/approve

Untuk publish ke TikTok:

/post tiktok

Dokumentasi

DokumenDeskripsi
Installation GuidePanduan instalasi detail per OS (Linux, Mac, Windows)
Setup GuideKonfigurasi awal: API keys, OAuth, database, Redis, brand kit
Quickstart TutorialTutorial 5 menit membuat video pertama
API ReferenceDokumentasi API untuk integrasi
ChangelogRiwayat perubahan versi

Requirements

Development

git clone https://github.com/ahmdd4vd/OpenClip.git
cd OpenClip

make install
make test
make lint
make format
make typecheck

Browser / API

OpenClip juga bisa dijalankan sebagai API server:

uvicorn openclip.api.main:app --host 0.0.0.0 --port 8000
open http://localhost:8000/docs

Contributing

Contributions are welcome! Please read CONTRIBUTING.md before submitting a PR.

  1. Fork repo
  2. Buat branch baru (git checkout -b feat/feature-keren)
  3. Commit perubahan (git commit -m 'feat: tambah feature keren')
  4. Push ke branch (git push origin feat/feature-keren)
  5. Buka Pull Request

Pastikan:

License

MIT License — by Huanime. See LICENSE for details.


OpenClip — Made with ❤️ by Huanime