{"id":30920624,"url":"https://github.com/dead/kf-web","last_synced_at":"2025-10-14T13:09:41.460Z","repository":{"id":310135985,"uuid":"1038769221","full_name":"dead/kf-web","owner":"dead","description":null,"archived":false,"fork":false,"pushed_at":"2025-08-16T11:36:46.000Z","size":61,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-09-10T03:00:17.695Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://dead.github.io/kf-web/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dead.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-08-15T19:31:55.000Z","updated_at":"2025-08-16T11:36:49.000Z","dependencies_parsed_at":"2025-08-16T01:28:38.741Z","dependency_job_id":"b3231973-3b5c-4d5b-8a3c-32973b0d424c","html_url":"https://github.com/dead/kf-web","commit_stats":null,"previous_names":["dead/kf-web"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dead/kf-web","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dead%2Fkf-web","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dead%2Fkf-web/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dead%2Fkf-web/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dead%2Fkf-web/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dead","download_url":"https://codeload.github.com/dead/kf-web/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dead%2Fkf-web/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279018702,"owners_count":26086604,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-14T02:00:06.444Z","response_time":60,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-09-10T01:27:00.784Z","updated_at":"2025-10-14T13:09:41.455Z","avatar_url":"https://github.com/dead.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# KF-Web - FFmpeg Keyframes Processor\n\nA beautiful React SPA built with Vite, Tailwind CSS, and shadcn/ui components that processes keyframes of MP4 videos using FFmpeg WebAssembly.\n\n## Features\n\n- 🎬 **Drag \u0026 Drop Video File** - Easy Select MP4 file interface\n- ⚡ **Auto-Processing** - Videos are processed automatically upon selection\n- 🔧 **Configurable Parameters** - Adjust threads (1-16) and scenecut threshold (0-100)\n- 📋 **Keyframe Generation** - Generates detailed FFmpeg keyframe extraction\n- 💾 **Download Results** - One-click download of keyframe extraction\n- 🎥 **Video Preview** - Preview the video with keyframes highlighted\n- 🚀 **Client-Side Processing** - No server required, runs entirely in the browser\n\n## Technology Stack\n\n- **Frontend**: React 19 + TypeScript\n- **Build Tool**: Vite 7\n- **Styling**: Tailwind CSS 3 + Custom animations\n- **UI Components**: shadcn/ui (manually implemented)\n- **Video Processing**: FFmpeg WebAssembly\n- **Icons**: Lucide React\n- **Deployment**: GitHub Pages\n\n## Getting Started\n\n### Prerequisites\n\n- Node.js 20 or higher\n- npm\n\n### Installation\n\n1. Clone the repository:\n\n   ```bash\n   git clone https://github.com/dead/kf-web.git\n   cd kf-web\n   ```\n\n2. Install dependencies:\n\n   ```bash\n   npm install\n   ```\n\n3. Start the development server:\n\n   ```bash\n   npm run dev\n   ```\n\n4. Open [http://localhost:5173](http://localhost:5173) in your browser\n\n### Building for Production\n\n```bash\nnpm run build\n```\n\nThe built files will be in the `dist` directory.\n\n## Deployment\n\nThis project is configured for automatic deployment to GitHub Pages using GitHub Actions.\n\n### Setting up GitHub Pages\n\n1. Go to your repository settings\n2. Navigate to \"Pages\" in the sidebar\n3. Under \"Source\", select \"GitHub Actions\"\n4. The workflow will automatically deploy on every push to the `main` branch\n\n### Manual Deployment\n\nYou can also trigger deployment manually:\n\n1. Go to the \"Actions\" tab in your repository\n2. Select the \"Deploy to GitHub Pages\" workflow\n3. Click \"Run workflow\"\n\n## Usage\n\n1. **Send Video**: Drag and drop an MP4 file or click to browse\n2. **Configure Settings**: Adjust threads and scenecut threshold using the sliders\n3. **Auto-Processing**: The video will be processed automatically after selection\n4. **Download Keyframes**: Click the download button to save the extracted keyframes\n\n## FFmpeg Command\n\nThe application runs the following FFmpeg command:\n\n```bash\nffmpeg -i video.mp4 -c:v libx264 -profile:v high -preset:v ultrafast -tune animation -x264-params keyint=infinite:scenecut={threshold}:pass=1:stats=file.log -f null -\n```\n\n## Configuration Options\n\n- **Threads**: Number of processing threads (1-16) - affects processing speed\n- **Scenecut Threshold**: Scene change detection sensitivity (0-100, 0 = disabled)\n\n## Browser Support\n\n- Modern browsers with WebAssembly support\n\n## License\n\nMIT License\n\n## Contributing\n\n1. Fork the repository\n2. Create your feature branch (`git checkout -b feature/amazing-feature`)\n3. Commit your changes (`git commit -m 'Add some amazing feature'`)\n4. Push to the branch (`git push origin feature/amazing-feature`)\n5. Open a Pull Request\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdead%2Fkf-web","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdead%2Fkf-web","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdead%2Fkf-web/lists"}