{"id":51464690,"url":"https://github.com/simplearyan/kenichi-preview","last_synced_at":"2026-07-06T09:31:51.754Z","repository":{"id":335775895,"uuid":"1146617568","full_name":"simplearyan/kenichi-preview","owner":"simplearyan","description":"Kenichi Preview is a high-performance, native-layer video player built with Tauri v2, Rust, WGPU, and FFmpeg. It bypasses the standard Webview video tag to achieve frame-accurate rendering and professional-grade performance through a direct-to-GPU pipeline.","archived":false,"fork":false,"pushed_at":"2026-02-01T12:55:20.000Z","size":1129,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-02-01T13:42:50.820Z","etag":null,"topics":["ffmpeg-next","rust","tauri"],"latest_commit_sha":null,"homepage":"","language":"Rust","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/simplearyan.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":"ROADMAP.md","authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-01-31T11:50:36.000Z","updated_at":"2026-02-01T12:55:23.000Z","dependencies_parsed_at":null,"dependency_job_id":"61395662-8862-46ab-a578-e6bf1f987e98","html_url":"https://github.com/simplearyan/kenichi-preview","commit_stats":null,"previous_names":["simplearyan/kenichi-preview"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/simplearyan/kenichi-preview","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simplearyan%2Fkenichi-preview","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simplearyan%2Fkenichi-preview/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simplearyan%2Fkenichi-preview/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simplearyan%2Fkenichi-preview/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/simplearyan","download_url":"https://codeload.github.com/simplearyan/kenichi-preview/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simplearyan%2Fkenichi-preview/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35185688,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-06T02:00:07.184Z","response_time":106,"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":["ffmpeg-next","rust","tauri"],"created_at":"2026-07-06T09:31:50.728Z","updated_at":"2026-07-06T09:31:51.729Z","avatar_url":"https://github.com/simplearyan.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🎥 Kenichi Preview\n\n**Kenichi Preview** is a high-performance, native-layer video player built with **Tauri v2**, **Rust**, **WGPU**, and **FFmpeg**. It bypasses the standard Webview video tag to achieve frame-accurate rendering and professional-grade performance through a direct-to-GPU pipeline.\n\n![App Screenshot](file:///C:/Users/aryan/.gemini/antigravity/brain/c83ebed3-5d70-4fe3-afea-0869d3014031/uploaded_media_1769849973941.png)\n\n## 🚀 Native Rendering Engine\n\nThe core of Kenichi Preview is its custom-built rendering engine:\n\n- **WGPU Pipeline**: Direct rendering of decoded video frames into GPU textures using WGSL shaders. This ensures zero-copy overhead for the webview and perfect color accuracy.\n- **FFmpeg Decoding**: High-efficiency frame extraction using `ffmpeg-next`. Supports a wide range of codecs and containers.\n- **Hardware Agnostic**: Automatically detects and adjusts to hardware limits (e.g., WGPU device limits) for maximum compatibility across different GPUs.\n\n## ✨ Features\n\n- **Double-Click or Drag \u0026 Drop**: Easy file importing through native file dialogs or simple drag-drop gestures.\n- **Smart Quality Mode**:\n    - **Quality Focus**: Native resolution playback with full visual fidelity.\n    - **Performance Mode**: Real-time 1/4 resolution downscaling and frame-discarding for smooth playback on low-end hardware.\n- **Advanced Audio Engineering**:\n    - **Native Audio Output**: Low-latency playback via `cpal` with ring-buffer architecture.\n    - **Dynamic Resampling**: Automatic real-time parameter adjustment (sample rate/layout) for glitch-free playback of any audio format.\n    - **Sample-Accurate Sync**: Precision playhead synchronization using sample counting (PTS) for audio-only files.\n- **Pro UI / UX**:\n    - **Glassmorphism Design**: Sleek \"Pro Gray\" interface with neon-yellow accents.\n    - **Frameless Window**: Custom title bar and window controls for a native OS feel.\n    - **Modern Stack**: React 19, Tailwind CSS v4, and Lucide Icons.\n\n## 🛠️ Technical Implementation\n\n- **Language**: Rust (Backend) + TypeScript (Frontend)\n- **Framework**: Tauri v2, React 19\n- **Graphics API**: WGPU (WGSL Shaders) - Zero-copy texture rendering\n- **Audio API**: cpal (Output), swresample (Processing)\n- **Multimedia**: FFmpeg (via `ffmpeg-next`)\n- **Styling**: Tailwind CSS v4\n\n## 📦 Getting Started\n\n### Prerequisites\n- **Rust Toolchain**: `rustc`, `cargo`\n- **FFmpeg 6.x Shared Libraries**: Required for the `ffmpeg-next` build.\n- **Node.js**: `npm` or `yarn`\n\n### Setup \u0026 Run\n```bash\n# Clone the repository\ngit clone \u003crepo-url\u003e\ncd KenichiPreview\n\n# Install frontend dependencies\nnpm install\n\n# Run in development mode\nnpm run tauri dev\n```\n\n## 📄 License\nInternal Development - Kenichi Project.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimplearyan%2Fkenichi-preview","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsimplearyan%2Fkenichi-preview","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimplearyan%2Fkenichi-preview/lists"}