{"id":21356501,"url":"https://github.com/barkerbg001/framefusion","last_synced_at":"2026-04-16T14:03:19.588Z","repository":{"id":154173998,"uuid":"621646340","full_name":"barkerbg001/FrameFusion","owner":"barkerbg001","description":"Python script that creates a video from a set of images and adds a random audio clip to each video","archived":false,"fork":false,"pushed_at":"2025-06-08T06:39:25.000Z","size":3525,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-05T11:56:54.892Z","etag":null,"topics":["glob","moviepy","numpy","opencv","pygt5","python","python-3","random","video","video-editor"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/barkerbg001.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-03-31T05:00:01.000Z","updated_at":"2025-06-08T06:39:28.000Z","dependencies_parsed_at":null,"dependency_job_id":"4875e111-76f0-4e97-8c98-8b6c2e87f64e","html_url":"https://github.com/barkerbg001/FrameFusion","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/barkerbg001/FrameFusion","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/barkerbg001%2FFrameFusion","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/barkerbg001%2FFrameFusion/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/barkerbg001%2FFrameFusion/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/barkerbg001%2FFrameFusion/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/barkerbg001","download_url":"https://codeload.github.com/barkerbg001/FrameFusion/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/barkerbg001%2FFrameFusion/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31888937,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-16T11:36:10.202Z","status":"ssl_error","status_checked_at":"2026-04-16T11:36:09.652Z","response_time":69,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["glob","moviepy","numpy","opencv","pygt5","python","python-3","random","video","video-editor"],"created_at":"2024-11-22T04:32:31.915Z","updated_at":"2026-04-16T14:03:19.552Z","avatar_url":"https://github.com/barkerbg001.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# FrameFusion\n\n**FrameFusion** is a Python-based video generator that creates videos using image folders and audio clips. It includes a FastAPI backend and a React frontend to streamline usage across various video styles.\n\n## 📁 Project Structure\n\n```\nFrameFusion/\n├── api/               # FastAPI backend (entrypoint: main.py, requirements.txt inside)\n├── frontend/          # React frontend for interaction\n└── README.md\n```\n\n## 🎬 Features\n\n- Generate videos from images and audio\n- Available API endpoints:\n  - `/lofi` – Lofi-style loop\n  - `/shorts` – Vertical short-form\n  - `/video` – Standard format\n  - `/youtube` – YouTube-ready format\n- React UI for managing and triggering jobs\n\n## 🔧 Setup\n\n### 1. Backend (FastAPI)\n\nInstall dependencies (from inside the `api` folder):\n\n```bash\ncd api\npip install -r requirements.txt\n```\n\nRun the API:\n\n```bash\nuvicorn main:app --reload\n```\n\n### 2. Frontend (React)\n\nInside the `frontend` folder:\n\n```bash\ncd ../frontend\nnpm install\nnpm run dev\n```\n\n## 📂 Folder Usage\n\n- `images/` — Subfolders represent video sources\n- `audio/` — Audio files randomly selected\n- `output/` — Output videos are saved here\n\n## 🔁 Endpoints\n\n| Method | Endpoint   | Description                  |\n|--------|------------|------------------------------|\n| GET    | `/lofi`    | Generate lofi loop video     |\n| GET    | `/shorts`  | Generate vertical short      |\n| GET    | `/video`   | Generate standard video      |\n| GET    | `/youtube` | Generate YouTube-style video |\n\nEach endpoint uses similar logic with format-specific adjustments.\n\n## 📄 License\n\nMIT License — free to use and modify.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbarkerbg001%2Fframefusion","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbarkerbg001%2Fframefusion","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbarkerbg001%2Fframefusion/lists"}