Spaces:
Running
Running
| 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. | |