https://github.com/jdtoombs/vidyo
Web app built with ffmpeg.wasm allowing users to quickly edit videos. Once basic editor is completed it will be bundled into an NPM package called vep.
https://github.com/jdtoombs/vidyo
ffmpeg ffmpeg-wasm react react-ts typescript vite
Last synced: 3 months ago
JSON representation
Web app built with ffmpeg.wasm allowing users to quickly edit videos. Once basic editor is completed it will be bundled into an NPM package called vep.
- Host: GitHub
- URL: https://github.com/jdtoombs/vidyo
- Owner: jdtoombs
- License: bsd-3-clause
- Created: 2023-11-25T03:57:40.000Z (over 2 years ago)
- Default Branch: dev
- Last Pushed: 2023-12-01T04:22:06.000Z (over 2 years ago)
- Last Synced: 2025-03-12T18:39:35.415Z (about 1 year ago)
- Topics: ffmpeg, ffmpeg-wasm, react, react-ts, typescript, vite
- Homepage:
- Size: 86.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vidyo
Web app built with ffmpeg.wasm allowing users to quickly edit videos. Once basic editor is completed it will be bundled into an NPM package called vep.
Main goal is to create a lightweight npm package that is self reliant with no outside dependancies other than `ffmpeg.wasm` and a few other like `styled-components` etc.. Web application (vidyo) will be made for fun, but main focus will be the npm package (eventtually called vep).
Only testing on chrome right now...