{"id":10332872,"url":"https://github.com/omni-media/omniclip","last_synced_at":"2025-09-08T00:31:26.606Z","repository":{"id":205707558,"uuid":"714824964","full_name":"omni-media/omniclip","owner":"omni-media","description":"Open source video editing web application","archived":false,"fork":false,"pushed_at":"2025-08-29T22:58:40.000Z","size":81879,"stargazers_count":1188,"open_issues_count":22,"forks_count":73,"subscribers_count":16,"default_branch":"main","last_synced_at":"2025-08-30T00:27:36.825Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://omniclip.app/","language":"TypeScript","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/omni-media.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-11-05T22:53:50.000Z","updated_at":"2025-08-29T01:44:43.000Z","dependencies_parsed_at":"2023-11-27T18:47:57.830Z","dependency_job_id":"7240784e-63fb-480d-ba17-2ec247447547","html_url":"https://github.com/omni-media/omniclip","commit_stats":null,"previous_names":["aegir-assembly/omni-clip","omni-media/omniclip"],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/omni-media/omniclip","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/omni-media%2Fomniclip","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/omni-media%2Fomniclip/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/omni-media%2Fomniclip/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/omni-media%2Fomniclip/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/omni-media","download_url":"https://codeload.github.com/omni-media/omniclip/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/omni-media%2Fomniclip/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274117056,"owners_count":25225097,"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-09-07T02:00:09.463Z","response_time":67,"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":"2024-05-27T06:02:33.227Z","updated_at":"2025-09-08T00:31:26.596Z","avatar_url":"https://github.com/omni-media.png","language":"TypeScript","funding_links":[],"categories":["TypeScript","others"],"sub_categories":[],"readme":"\u003e **Omniclip 2.0 is in development!** \u003cbr\u003e\n\u003e We're actively working on the next version of Omniclip to elevate it to the next level.\u003cbr\u003e\nWant to help shape it? Join the discussion on our [Discord](https://discord.gg/Nr8t9s5wSM).\n\u003cbr\u003e\n\u003cbr\u003e\n\u003cbr\u003e\n\n\n\u003cp align=\"center\"\u003e\u003cimg width=\"300\" src=\"./assets/icon2.png\"/\u003e\u003c/p\u003e\n\u003cp align=\"center\"\u003e\u003ca href=\"https://opensource.org/license/mit\"\u003e\u003cimg src=\"https://img.shields.io/badge/license-MIT-blue.svg\"/\u003e\u003c/a\u003e\u003c/a\u003e\u003c/p\u003e\n\u003cp align=\"center\"\u003eOpen source video editing web application\u003c/p\u003e\n\n## Introduction\nOmniclip is a free and open source video editor that runs entirely in your browser. It requires no accounts, stores everything on your device, and never uploads your files.\n\nDesigned for privacy, speed, and flexibility — it gives you full editing control without relying on cloud services or subscriptions. You can use it directly, or embed its components into your own web projects.\n\nOmniclip uses modern browser APIs like WebCodecs to achieve high performance rendering — directly in the browser.  \n⚠️ Because of this, it may not work properly on older browsers or devices that don’t support these newer technologies.\n\n## Features\n  Omniclip is an actively maintained project with emerging features.  \n- Trimming\n- Splitting\n- Supports - Text, Audio, Video (mp4, mov and much more) and Images\n- Clip editing on preview - rotating, resizing, text styling and more\n- Undo/Redo\n- Render in different resolutions, up to 4k.\n- Project manager - panel where you can choose from your saved projects, instead just one\n- Transitions - Applying transitions between video clips for smooth visual effects\n- Effects - filters\n- Choose from various timebases ranging from 10-120 fps\n- Collaboration (web rtc)\n\n## To be added\n- Audio Editing - Adjusting volume etc\n- Speech to text\n- Keyframes\n\n## How to\n  #### Use omniclip components in your app:\n  1. Install omniclip:  \n  ```sh\n  npm i @omnimedia/omniclip\n  ```\n  2. Import components and register them to the dom\n  ```js\n  import {getComponents, registerElements} from 'omniclip'\n  registerElements(getComponents())\n  ```\n  3. Simply put the components you would like to use, or all components for whole experience:\n  ```html\n  \u003comni-text\u003e\u003c/omni-text\u003e\n  \u003comni-media\u003e\u003c/omni-media\u003e\n  \u003comni-timeline\u003e\u003c/omni-timeline\u003e\n  ```\n#### Use omniclip tools:\nSoon, Omniclip will be powered by [**Omni Tools**](https://github.com/omni-media/omnitool) — a programmatic engine for creating timelines from code, automating rendering, and integrating with AI or scripting workflows.\n\n\u003e ⚠️ **Note:** Omni Tools is still in early development, but it's shaping up to be a powerful foundation for building videos without a UI.\n\n\u003c!-- Tools will be added here once available: https://github.com/omni-media/omnitool --\u003e\n\n## Contributing\nContributing is vital part of this project, so feel free to help and build this awesome video editor together, simply choose the issue you feel like working on and if you are done make a pull request.\nto ease communiaction, its best to join my discord server: https://discord.gg/Nr8t9s5wSM\n#### Development:\nTo start contirbuting you need to do those steps first:\n1. Clone the repository: `git clone git@github.com:omni-media/omniclip.git` or fork it\n2. Install the dependencies: `npm install`\n3. Build the project: `npm run build`\n4. Start developing!: `npm start`\n\n#### Project architecture\nThis project leverages the following key components for managing application state:\n  1. State\n  2. Actions\n  3. Controllers\n  4. Components/Views\n\nThe architecture follows a unidirectional data flow model, where data flows in a single direction from actions to state and from state to components.\n\n#### Tech Stack\n- Typescript\n- @benev/slate\n\n### Contact/Sponsorship\nIf you are willing to help this project by sponsoring it or have some other questions:\n- discord: zenkyu\n- gmail: przemekgg2002@gmail.com\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fomni-media%2Fomniclip","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fomni-media%2Fomniclip","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fomni-media%2Fomniclip/lists"}