Metadata-Version: 2.4
Name: manyuse-engine
Version: 1.0.2
Summary: Local processing engine for ManyUse Clipper - auto clip video with AI captions
Project-URL: Homepage, https://manyuse.id
Project-URL: Documentation, https://manyuse.id/docs/clipper
Project-URL: Bug Reports, https://manyuse.id/support
License: MIT
License-File: LICENSE
Keywords: AI,caption,clipper,manyuse,subtitle,video
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Multimedia :: Video
Requires-Python: >=3.10
Requires-Dist: aiofiles>=23.2.1
Requires-Dist: fastapi>=0.111.0
Requires-Dist: ffmpeg-python>=0.2.0
Requires-Dist: groq>=0.9.0
Requires-Dist: httpx>=0.27.0
Requires-Dist: imageio-ffmpeg>=0.5.1
Requires-Dist: numpy>=1.26.0
Requires-Dist: psutil>=5.9.0
Requires-Dist: python-multipart>=0.0.9
Requires-Dist: scenedetect[opencv]>=0.6.4
Requires-Dist: uvicorn[standard]>=0.29.0
Requires-Dist: websockets>=12.0
Requires-Dist: yt-dlp>=2024.5.1
Description-Content-Type: text/markdown

# ManyUse Engine

Local processing engine untuk fitur **ManyUse Clipper** — potong video otomatis
menjadi klip viral dengan AI caption dan subtitle.

## Instalasi

```bash
pip install manyuse-engine
```

## Cara Pakai

```bash
# Jalankan engine
manyuse start

# Cek status
manyuse status

# Hentikan engine
manyuse stop
```

Engine akan berjalan di `http://localhost:8899` dan terhubung otomatis
dengan [ManyUse](https://manyuse.id) di browser kamu.

## Requirements

- Python 3.10 atau lebih baru
- Windows 10+, macOS 11+, atau Linux
- RAM minimal 4GB (8GB recommended untuk video 1080p)
- Browser: Chrome 94+ atau Edge (untuk koneksi localhost)

## Fitur

- Download video dari YouTube, TikTok, Instagram, Facebook
- Potong otomatis segmen terbaik berdasarkan AI scoring
- Burn caption dengan FFmpeg
- Export subtitle .SRT dan .VTT
- FFmpeg sudah bundled — tidak perlu install terpisah

## Dokumentasi Lengkap

Kunjungi [manyuse.id/docs/clipper](https://manyuse.id/docs/clipper)
