FFstudio / README.md
MarneMorgan's picture
Upload 8 files
8d0498c verified
metadata
title: Video Template API (FFmpeg)
emoji: 🎬
colorFrom: purple
colorTo: gray
sdk: docker
app_port: 7860

Video Template API (FFmpeg) — Template UI + Render API

This Space is a minimal, self-hostable template system:

  • A tiny web UI to create/edit templates (JSON)
  • A FastAPI backend with:
    • GET/POST /api/templates
    • POST /api/render (async job)
    • GET /api/jobs/{job_id} + /download

Designed for Hugging Face Spaces free tier (ephemeral disk). If you want persistence, store templates/outputs in a dataset repo.