Discover and explore top open-source AI tools and projects—updated daily.
AI-powered tool for intelligent video clipping and highlight generation
Top 43.3% on SourcePulse
AutoClip is an AI-powered tool for automatically clipping and generating highlight reels from videos, primarily targeting content creators and editors. It simplifies the process of identifying key moments, creating curated collections, and downloading video segments, offering a modern web interface for interaction.
How It Works
The system leverages AI models (DashScope or SiliconFlow) to analyze video content, extract outlines, generate timelines, score segments, and suggest relevant collections. It supports Bilibili video downloads and subtitle extraction, feeding this data into the AI pipeline for intelligent slicing. Users can then manually refine these clips and collections via a drag-and-drop interface.
Quick Start & Requirements
pip install -r requirements.txt
), and frontend dependencies (npm install
).data/settings.example.json
to data/settings.json
and insert your API key../start_dev.sh
for development, or manually start the backend (python backend_server.py
) and frontend (npm run dev
). Command-line processing is also available via main.py
.http://localhost:3000
, Backend API at http://localhost:8000
.http://localhost:8000/docs
.Highlighted Details
Maintenance & Community
The project has recent updates (v1.1.0 as of August 2025) adding SiliconFlow support and improving the LLM client management. Contact information includes QQ, Feishu, and email (christine_zhouye@163.com
).
Licensing & Compatibility
Licensed under the MIT License, permitting commercial use and integration with closed-source projects.
Limitations & Caveats
Bilibili video download functionality requires the user to be logged into Bilibili, and the correct browser must be selected for the download to succeed. AI analysis speed and clip quality can be tuned by adjusting chunk_size
and min_score_threshold
parameters, respectively.
3 days ago
Inactive