File size: 564 Bytes
854992a
8d0498c
 
 
 
854992a
8d0498c
854992a
 
8d0498c
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
---
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**.