Spaces:
Running
Running
File size: 1,077 Bytes
9ea9e58 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 | ---
title: Clips Studio
emoji: 🐱
colorFrom: blue
colorTo: indigo
sdk: static
app_file: index.html
pinned: false
license: agpl-3.0
short_description: Free open-source AI video clipping that runs on your own PC
---
# Clips Studio
Free, open-source AI video clipping that runs on your own computer. Paste a
Twitch, Kick or YouTube link and get vertical clips with captions and titles —
no upload, no subscription, no per-clip fee.
**This Space is the project website.** Clips Studio is a Windows desktop
application; it cannot run inside a Space, because it needs a local GPU, FFmpeg
and your own files.
- **Download and source:** <https://github.com/ColinGPT9/clips-studio>
- **Website:** <https://colingpt9.github.io/clips-studio/>
---
The frontmatter above is what makes this folder a Hugging Face **static
Space** (`sdk: static`, serving `index.html`). The same folder is published to
GitHub Pages, so every path in the HTML is **relative** — an absolute `/styles.css`
would work on a Space and break on a project Pages site, which is served from a
subdirectory.
|