{"id":50411755,"url":"https://github.com/garuda8887/slowcraft","last_synced_at":"2026-05-31T04:02:21.884Z","repository":{"id":301205775,"uuid":"1006937105","full_name":"Garuda8887/SlowCraft","owner":"Garuda8887","description":"⚡ RIFE-powered SlowMo generator using Python \u0026 Tkinter","archived":false,"fork":false,"pushed_at":"2025-06-23T15:02:53.000Z","size":11477,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-06-25T17:50:36.112Z","etag":null,"topics":["ai","desktop-app","ffmpeg","frame-interpolation","ncnn","open-source","python","rife","rife-ncnn-vulkan","slow-motion","tkinter","video-enhancement","video-processing","vulkan"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Garuda8887.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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-06-23T08:10:39.000Z","updated_at":"2025-06-23T15:06:37.000Z","dependencies_parsed_at":"2025-06-25T18:02:14.350Z","dependency_job_id":null,"html_url":"https://github.com/Garuda8887/SlowCraft","commit_stats":null,"previous_names":["garuda8887/slowcraft"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Garuda8887/SlowCraft","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Garuda8887%2FSlowCraft","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Garuda8887%2FSlowCraft/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Garuda8887%2FSlowCraft/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Garuda8887%2FSlowCraft/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Garuda8887","download_url":"https://codeload.github.com/Garuda8887/SlowCraft/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Garuda8887%2FSlowCraft/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33718446,"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-05-31T02:00:06.040Z","response_time":95,"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":["ai","desktop-app","ffmpeg","frame-interpolation","ncnn","open-source","python","rife","rife-ncnn-vulkan","slow-motion","tkinter","video-enhancement","video-processing","vulkan"],"created_at":"2026-05-31T04:02:20.102Z","updated_at":"2026-05-31T04:02:21.878Z","avatar_url":"https://github.com/Garuda8887.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🎥 SlowCraft - RIFE SlowMo Generator\n\n**SlowCraft** is a simple desktop app that lets you generate smooth slow-motion videos using the RIFE AI frame interpolation model. Built with Python and Tkinter, it's plug-and-play: just drop in a video, set your settings, and create buttery smooth slowmo.\n\n![GitHub Banner](images/github_banner.png)\n\n---\n\n## 🛠 Features\n\n- 📹 Upload any video (`.mp4`, `.avi`, `.mov`)\n- 🎛 Choose custom start/end time or process entire video\n- 🐢 Slow down by 2x, 4x, or 8x\n- 🌟 Optional video enhancement: brightness + sharpening + denoise\n- 🖼 Real-time frame preview\n- 💾 Export with audio and save anywhere\n\n---\n\n## 🖼 Screenshots\n\n### 🪄 Launch\n![Launch](images/launch.png)\n\n### 📤 Upload Video\n![Upload Video](images/upload_video.png)\n\n### ⏱ Select Range\n![Range Selection](images/range_selected.png)\n\n### 💡 Brightness Adjustment\n![Brightness](images/brightness.png)\n\n### ⚙️ Processing\n![Processing](images/processing.png)\n\n### ✅ Success\n![Success](images/success.png)\n\n---\n\n## 📦 Requirements\n\n- Python 3.8+\n- `ffmpeg.exe` (download below)\n- `rife-ncnn-vulkan.exe` (download below)\n- RIFE model files (`rife-v4.6`)\n\n---\n\n## ⬇️ Setup Instructions\n\n1. **Clone this repo**\n   ```bash\n   git clone https://github.com/Garuda8887/slowcraft.git\n   cd slowcraft\n   ```\n\n2. **Install dependencies**\n   ```bash\n   pip install -r requirements.txt\n   ```\n\n3. **Download these files manually:**\n   - `ffmpeg.exe`: [Download from FFmpeg Builds](https://www.gyan.dev/ffmpeg/builds/)\n   - `rife-ncnn-vulkan.exe` + `models/rife-v4.6`: [Download from RIFE-NCNN-Vulkan](https://github.com/nihui/rife-ncnn-vulkan/releases)\n\n   Place them in the root folder as shown below.\n\n---\n\n## 📁 Folder Structure\n\n```\nslowcraft/\n├── slowcraft.py\n├── README.md\n├── ffmpeg.exe\n├── rife-ncnn-vulkan.exe\n├── models/\n│   └── rife-v4.6/\n```\n\n---\n\n## 🚀 Run the App\n\n```bash\npython slowcraft.py\n```\n\n---\n\n## 🧠 Credits\n\n- [RIFE AI Interpolation](https://github.com/megvii-research/ECCV2022-RIFE)\n- [rife-ncnn-vulkan](https://github.com/nihui/rife-ncnn-vulkan)\n- UI/UX by [Garuda8887](https://github.com/Garuda8887)\n\n---\n\n## 📃 License\n\nMIT License – use freely, credit kindly.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgaruda8887%2Fslowcraft","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgaruda8887%2Fslowcraft","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgaruda8887%2Fslowcraft/lists"}