6 Commits

Author SHA1 Message Date
ben 207fa6f1bc feat: add comprehensive README documentation for Frame Analyzer project 2026-05-14 11:25:46 -07:00
ben 3a7b98ec75 feat: enhance candidate ranking logic and improve video seeking functionality 2026-05-14 11:11:27 -07:00
ben 65ef5420e7 feat: implement scoring and ranking for video frames, enhance candidate selection process 2026-05-14 02:09:39 -07:00
ben e308adc642 feat: initialize frame-analyzer project with video analysis capabilities
- Add package.json with dependencies for React, Vite, and TypeScript.
- Create main application structure in App.tsx for video loading and frame analysis.
- Implement video scanning logic to identify candidate frames based on visual changes.
- Add candidate ranking and trimming functionality to optimize selected frames.
- Develop media handling utilities for capturing frames and managing video playback.
- Introduce clipboard functionality for copying and downloading frames.
- Design user interface with responsive styles for video selection and analysis controls.
- Establish TypeScript types for video loading, scan settings, and candidate frames.
- Configure TypeScript and Vite for project compilation and development.
2026-05-14 00:41:35 -07:00
ben 2e704349f7 docs: add design document for local video key-frame extractor 2026-05-14 00:21:32 -07:00
ben 2ea3fdee30 chore: add Copilot instructions (project guidance) 2026-05-14 00:02:25 -07:00