File size: 1,538 Bytes
94ad952
 
a9f639a
 
 
94ad952
b960faf
e134466
94ad952
a9f639a
 
ab5c1a7
94ad952
 
ab5c1a7
a9f639a
ab5c1a7
a9f639a
ab5c1a7
 
 
 
 
 
496b290
a9f639a
 
ab5c1a7
f0ad3ee
496b290
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
---
title: FunClip
emoji: ✂️
colorFrom: red
colorTo: yellow
sdk: gradio
sdk_version: 5.50.0
python_version: "3.12"
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. This Space pins the current public patch, `funasr==1.3.29`; it includes the 1.3.28 real-time final-text fixes and restores SenseVoice VAD regions in `sentence_info` when token timestamps are unavailable. [Release notes](https://github.com/modelscope/FunASR/releases/tag/v1.3.29)

## Links
- **GitHub**: [Star the FunClip repository](https://github.com/modelscope/FunClip)
- **Versioned release**: [FunClip v2.1.0](https://github.com/modelscope/FunClip/releases/tag/v2.1.0) (`tar.gz`, `zip`, and `SHA256SUMS`)
- **ASR Engine**: [FunASR](https://github.com/modelscope/FunASR) | [Fun-ASR](https://github.com/QwenAudio/Fun-ASR)