Practicing coding with help of open claw. Building a system that transforms youtube videos into clips
Stars
0
Forks
0
Watchers
0
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
13
commits
Fix yt-dlp download: better format fallback, file verification, logging
cc38668View on GitHubFix Docker build: add ca-certificates and use wget for yt-dlp download
49182feView on GitHubAdd standalone HTML preview for testing UI without npm install
9688329View on GitHubAdd Phase 6: generate clip metadata (title, caption, hashtags)
47f3cbbView on GitHubAdd Phase 5: frontend UI with upload form, job polling, and clip preview
c2476cdView on GitHubAdd Phase 4: render clips with ffmpeg, serve via streaming API
cb59994View on GitHubAdd Phase 3: analyze transcript and select top 5 clip segments
bed659aView on GitHubAdd Phase 2: transcribe pipeline (ffmpeg audio extraction + Whisper API)
7ddd710View on GitHubStream uploads to disk, remove Buffer from queue, add YouTube duration cap
17ba44bView on GitHubImplement Phase 1: scaffold, ingest pipeline, and job status API
d53bfaeView on GitHubAdd architecture plan and implementation phases for video-to-clips MVP
e2a4f73View on GitHub