awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
modelscope avatar

modelscope/FunClip

0
View on GitHub↗
5,850 星标·704 分支·Python·MIT·19 次浏览www.funasr.com↗

FunClip

FunClip is an open-source tool that transcribes speech from video files and clips segments based on text, speaker, or AI analysis. It combines speech recognition with speaker diarization, audio event detection, and visual content understanding to identify and extract relevant portions of a video.

The tool distinguishes itself through several integrated capabilities. It supports hotword-weighted speech recognition, which improves transcription accuracy for specific terms like names or jargon by boosting their probability during decoding. A large language model can interpret the transcribed text to automatically select video segments based on natural language prompts. Speaker diarization separates and labels audio segments by speaker identity, enabling clipping by a chosen speaker. Additionally, a visual-content understanding model analyzes video frames to select clips when the transcript alone is insufficient.

Beyond these core differentiators, FunClip generates SRT subtitle files for both the full video and each clipped segment. It provides a command-line interface for headless, scriptable execution of the entire recognition and clipping pipeline, as well as a web service interface accessible locally or over a network for browser-based use.

Features

  • Video Clip Extraction - An open-source tool that transcribes video speech and clips segments by text, speaker, or AI analysis.
  • Hotword Boosts - Improves speech recognition accuracy for specific terms by marking them as hotwords.
  • Speaker Diarizers - Separates and labels audio segments by speaker identity using clustering of voice embeddings.
  • Speaker-Based Video Clippers - Identify speakers in a video using speaker recognition and clip segments belonging to a chosen speaker.

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI
  • Automated Video Transcribers - Transcribing speech from video files into text with accurate word-level timestamps for downstream processing.
  • Transcription-Based Video Clippers - Transcribe a video's speech into text and clip segments matching text phrases you specify.
  • Transcription Term Boosts - Improve transcription accuracy for specific terms like names or entities by marking them as hotwords.
  • Command-Line Video Clippers - Run the recognition and clipping workflow directly from a terminal for automated or scripted use.
  • AI-Assisted Clip Selectors - Using large language models to analyze transcripts and automatically select relevant video segments based on user prompts.
  • AI-Assisted Clips - Use a large language model to analyze a transcript and automatically select clip segments based on your prompt.
  • Text-Based Video Clippers - Extract video segments whose transcribed text matches words or phrases you specify.
  • Transcript-Based Video Clippers - Extract video segments that match text phrases you select from the transcription results.
  • Visual-Content Clips - Selecting video segments by analyzing both visual content and audio when transcript alone is insufficient.
  • LLM-Based Transcript Selectors - Uses a large language model to interpret transcribed text and select relevant video segments based on natural language prompts.
  • LLM-Based Video Clippers - Use a large language model to interpret the transcript and automatically pick relevant video segments.
  • Visual-Content Video Clippers - Select video segments by analyzing both visuals and audio using a video understanding model.
  • Hotword-Weighted Recognizers - Improving speech recognition accuracy for specific terms like names or jargon by providing a custom hotword list.
  • Frame-Level Video Analyzers - Analyzes video frames with a vision model to select clips when transcript alone is insufficient.
  • Subtitle Generators - Produce SRT subtitle files for the full video and for the clipped segments during the clipping process.
  • Video Subtitle Generators - Produces SRT subtitle files for both the full video and each clipped segment during the processing workflow.
  • Local Web Interfaces - Exposes the clipping functionality through a browser-based UI that can be accessed locally or over a network.
  • Star 历史

    modelscope/funclip 的 Star 历史图表modelscope/funclip 的 Star 历史图表

    常见问题解答

    modelscope/funclip 是做什么的?

    FunClip is an open-source tool that transcribes speech from video files and clips segments based on text, speaker, or AI analysis. It combines speech recognition with speaker diarization, audio event detection, and visual content understanding to identify and extract relevant portions of a video.

    modelscope/funclip 的主要功能有哪些?

    modelscope/funclip 的主要功能包括:Video Clip Extraction, Hotword Boosts, Speaker Diarizers, Speaker-Based Video Clippers, Automated Video Transcribers, Transcription-Based Video Clippers, Transcription Term Boosts, Command-Line Video Clippers。

    modelscope/funclip 有哪些开源替代品?

    modelscope/funclip 的开源替代品包括: samuraigpt/ai-youtube-shorts-generator — This project is an AI-driven suite of tools designed to repurpose long-form video content into short-form clips. It… wxbool/video-srt-windows — This is a Windows application for automatic speech recognition that transcribes spoken audio from video files into… vvo/gifify — Gifify is a tool for converting video files into optimized animated GIFs. It functions as a video to GIF converter and… breakthrough/pyscenedetect — PySceneDetect is a suite of tools for identifying cuts and transitions in video files using content, threshold, and… timerring/bilive — Bilive is a multimodal AI video pipeline and live stream recording tool designed to capture real-time broadcasts and… buxuku/smartsub — SmartSub is a cross-platform desktop application for AI-driven video transcription and subtitle generation. It…

    FunClip 的开源替代方案

    相似的开源项目,按与 FunClip 的功能重合度排序。
    • samuraigpt/ai-youtube-shorts-generatorSamurAIGPT 的头像

      SamurAIGPT/AI-Youtube-Shorts-Generator

      3,037在 GitHub 上查看↗

      This project is an AI-driven suite of tools designed to repurpose long-form video content into short-form clips. It integrates a speech-to-text engine for automated transcription, a highlighting system that ranks engaging segments based on emotional hooks, and a video processor that converts horizontal footage into vertical formats. The system distinguishes itself through intelligent video cropping that utilizes face tracking and motion smoothing to keep subjects centered. It also employs an analysis system to extract viral highlights by scoring segments for engagement and practical value. T

      Pythonai-video-generatorartificial-intelligenceimage-to-video
      在 GitHub 上查看↗3,037
    • wxbool/video-srt-windowswxbool 的头像

      wxbool/video-srt-windows

      5,037在 GitHub 上查看↗

      This is a Windows application for automatic speech recognition that transcribes spoken audio from video files into timestamped SRT subtitle files. It serves as a subtitle generator and translation tool that converts media speech into synchronized text. The software functions as a batch media transcriber, allowing the simultaneous processing of multiple audio and video files to generate subtitles in bulk. It includes a translation workflow to convert transcriptions between different languages for the creation of bilingual or localized files. The system also provides text refinement capabiliti

      Goffmpeggogolang
      在 GitHub 上查看↗5,037
    • timerring/bilivetimerring 的头像

      timerring/bilive

      3,125在 GitHub 上查看↗

      Bilive is a multimodal AI video pipeline and live stream recording tool designed to capture real-time broadcasts and automate the creation of highlight clips. It functions as a multi-platform stream orchestrator capable of distributing looped pre-recorded content and managing the automated upload of processed video clips to various destinations. The system distinguishes itself through AI-driven content generation, using comment density to detect high-energy segments and multimodal models to automatically produce descriptive titles and synchronized subtitles. It further utilizes image-to-image

      Pythonassbilibilibili
      在 GitHub 上查看↗3,125
    • breakthrough/pyscenedetectBreakthrough 的头像

      Breakthrough/PySceneDetect

      4,556在 GitHub 上查看↗

      PySceneDetect is a suite of tools for identifying cuts and transitions in video files using content, threshold, and histogram detection algorithms. It functions as a scene detector, frame extractor, statistics analyzer, metadata exporter, and video scene splitter. The project identifies scene boundaries and can divide video files into smaller clips using external processing tools. It allows for the extraction of representative image frames from detected changes and the export of scene lists into industry-standard formats such as EDL, FCP, HTML, OTIO, and CSV. The toolset includes capabilitie

      Pythonanalysisimage-processingopencv
      在 GitHub 上查看↗4,556
    查看 FunClip 的所有 30 个替代方案→