https://github.com/blajanclaudiu/facing

https://github.com/blajanclaudiu/facing

Science Score: 26.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (15.7%) to scientific vocabulary
Last synced: 10 months ago · JSON representation

Repository

Basic Info
  • Host: GitHub
  • Owner: blajanclaudiu
  • License: mit
  • Language: TypeScript
  • Default Branch: main
  • Size: 65.8 MB
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 2
  • Releases: 0
Created about 1 year ago · Last pushed about 1 year ago
Metadata Files
Readme License

README.md

Open source video editing web application

Introduction

Omniclip 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.

Designed 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.

Omniclip uses modern browser APIs like WebCodecs to achieve high performance rendering — directly in the browser.
⚠️ Because of this, it may not work properly on older browsers or devices that don’t support these newer technologies.

Features

Omniclip is an actively maintained project with emerging features.
- Trimming - Splitting - Supports - Text, Audio, Video (mp4, mov and much more) and Images - Clip editing on preview - rotating, resizing, text styling and more - Undo/Redo - Render in different resolutions, up to 4k. - Project manager - panel where you can choose from your saved projects, instead just one - Transitions - Applying transitions between video clips for smooth visual effects - Effects - filters - Choose from various timebases ranging from 10-120 fps - Collaboration (web rtc)

To be added

  • Audio Editing - Adjusting volume etc
  • Speech to text
  • Keyframes

How to

#### Use omniclip components in your app: 1. Install omniclip:
sh npm install omniclip 2. Import components and register them to the dom js import {getComponents, registerElements} from 'omniclip' registerElements(getComponents()) 3. Simply put the components you would like to use, or all components for whole experience: html <omni-text></omni-text> <omni-media></omni-media> <omni-timeline></omni-timeline>

Use omniclip tools:

Soon, Omniclip will be powered by Omni Tools — a programmatic engine for creating timelines from code, automating rendering, and integrating with AI or scripting workflows.

⚠️ Note: Omni Tools is still in early development, but it's shaping up to be a powerful foundation for building videos without a UI.

Contributing

Contributing 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. to ease communiaction, its best to join my discord server: https://discord.gg/Nr8t9s5wSM

Development:

To start contirbuting you need to do those steps first: 1. Clone the repository: git clone git@github.com:omni-media/omniclip.git or fork it 2. Install the dependencies: npm install 3. Build the project: npm run build 4. Start developing!: npm start

Project architecture

This project leverages the following key components for managing application state: 1. State 2. Actions 3. Controllers 4. Components/Views

The architecture follows a unidirectional data flow model, where data flows in a single direction from actions to state and from state to components.

Tech Stack

  • Typescript
  • @benev/slate

Contact/Sponsorship

If you are willing to help this project by sponsoring it or have some other questions: - discord: zenkyu - gmail: przemekgg2002@gmail.com

License

This project is licensed under the MIT License - see the LICENSE file for details.

Owner

  • Login: blajanclaudiu
  • Kind: user

GitHub Events

Total
  • Issues event: 1
  • Pull request event: 1
  • Create event: 2
Last Year
  • Issues event: 1
  • Pull request event: 1
  • Create event: 2

Dependencies

.github/workflows/build.yaml actions
  • actions/checkout v3 composite
  • actions/setup-node v3 composite
.github/workflows/release.yaml actions
  • actions/checkout v3 composite
  • actions/configure-pages v2 composite
  • actions/deploy-pages v4 composite
  • actions/setup-node v3 composite
  • actions/upload-pages-artifact v3 composite
.github/workflows/test.yaml actions
package-lock.json npm
  • 847 dependencies
package.json npm
  • @benev/turtle ^0.5.1 development
  • @rollup/plugin-node-resolve ^15.2.3 development
  • @types/chai ^4.3.10 development
  • @types/dom-webcodecs ^0.1.11 development
  • @types/wicg-file-system-access ^2023.10.4 development
  • chai ^4.3.10 development
  • chokidar ^3.6.0 development
  • chokidar-cli ^3.0.0 development
  • cynic ^0.2.1 development
  • http-server ^14.1.1 development
  • importly ^0.2.3 development
  • jest ^29.7.0 development
  • npm-run-all ^4.1.5 development
  • rollup ^4.9.6 development
  • terser ^5.27.0 development
  • typescript ^5.4.5 development
  • @benev/construct ^0.0.0-y.0
  • @benev/slate ^0.1.0-x.14
  • @ffmpeg/ffmpeg ^0.12.9
  • @ffmpeg/util ^0.12.1
  • @floating-ui/dom ^1.6.12
  • @pixi/colord ^2.9.6
  • @zip.js/zip.js ^2.7.54
  • coi-serviceworker ^0.1.7
  • es-module-shims ^1.8.2
  • ffprobe-wasm ^0.3.1
  • gl-transitions ^1.43.0
  • gsap ^3.12.5
  • lit ^2.6.1
  • mediainfo.js ^0.3.2
  • mp4box ^0.5.2
  • opfs-tools ^0.7.0
  • pixi.js ^7.4.2
  • posthog-js ^1.141.3
  • sparrow-rtc ^0.2.3
  • wavesurfer.js ^7.7.5
  • web-demuxer ^1.0.1