Spaces:
Running
Running
| title: FunClip | |
| emoji: ✂️ | |
| colorFrom: red | |
| colorTo: yellow | |
| sdk: gradio | |
| sdk_version: 5.50.0 | |
| app_file: app.py | |
| pinned: true | |
| license: mit | |
| short_description: "Chinese sentence-based video clipping with FunASR" | |
| # FunClip: ASR-Guided Video Clipping | |
| Upload a Chinese-language video → FunASR Paraformer transcribes it with sentence-level timestamps → Select one or more sentences → Export the selected segments as a clip. | |
| ## What This Space Does | |
| - Transcribes Chinese speech with FunASR Paraformer on CPU | |
| - Returns sentence-level timestamps for each recognized segment | |
| - Lets you select and concatenate one or more sentences | |
| - Exports the result as an MP4 with FFmpeg | |
| Short videos provide the best interactive experience on the shared CPU runtime. For multilingual ASR and LLM-assisted smart clipping, install the full [FunClip](https://github.com/modelscope/FunClip) app locally. | |
| ## Links | |
| - **GitHub**: [Star the FunClip repository](https://github.com/modelscope/FunClip) | |
| - **ASR Engine**: [FunASR](https://github.com/modelscope/FunASR) | [Fun-ASR](https://github.com/FunAudioLLM/Fun-ASR) | |