zhouxiaoka/autoclip

AutoClip : AI-powered video clipping and highlight generation · 一款智能高光提取与剪辑的二创工具

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 31 minutes ago
Added to GitGenius on September 9th, 2026
Created on July 8th, 2025
Open Issues & Pull Requests: 18 (+0)
GitHub issues: Enabled
Number of forks: 1,415
Total Stargazers: 7,256 (+0)
Total Subscribers: 30 (+0)

Repository Insights (GitGenius)

Most active contributors

Sign in to see contributor activity.

Related repositories by overlapping contributors

No overlapping-contributor repos identified yet.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 15
New in 7 days: 2
Closed in 7 days: 42
Avg open age: 222 days
Stale 30+ days: 0
Stale 90+ days: 0

Recent activity

Opened in 7 days: 2
Closed in 7 days: 42
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • bug (20)
  • docker (14)
  • question (14)
  • invalid (10)
  • feature (4)
  • windows (4)
  • stale (2)
  • pinned (1)

Detailed Description

AutoClip is an AI-powered video clipping and highlight generation tool that automatically downloads videos from platforms like YouTube and Bilibili, analyzes them to extract compelling segments, and intelligently generates compilations.

The tool addresses the time-consuming manual process of finding and editing video highlights. It works by downloading videos from multiple platforms or accepting local file uploads, then using a large language model (Tongyi Qianwen) to analyze video content and identify interesting moments. The system automatically cuts these segments and can recommend or create video compilations based on the analysis. It employs a modern frontend-backend architecture with asynchronous task processing via Celery and Redis, real-time progress updates through WebSocket, and a React-based web interface.

AutoClip suits creators and content managers who regularly work with video material from YouTube or Bilibili and need to extract highlights at scale. It works best for projects where you have access to the Tongyi Qianwen API and can deploy either via Docker or locally with Python, Node.js, Redis, and FFmpeg. The tool is particularly valuable if you want to automate the discovery phase of video editing rather than manually scrubbing through footage. Several features remain in development, including mobile responsiveness, multi-account Bilibili management, automatic upload to Bilibili, and visual subtitle editing.

The project shows active development with ongoing feature expansion. Work continues on capabilities beyond core clipping functionality, indicating the maintainers are building toward a more complete video production pipeline. The codebase uses modern frameworks across both backend and frontend, suggesting attention to maintainability and developer experience. Documentation includes deployment guides for both Docker and local setups, reflecting consideration for different user environments.