- Notifications
You must be signed in to change notification settings - Fork1
An extensible, fast, all-in-browser video editor.
License
framecrafter/framecrafter
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
WarningThis project isvery early and most code here might be WIP, POC, or simply non-functional. For up-to-date information about the project status, please join uson Discord.
Video is becoming the most important medium for sharing information online. Apps like TikTok and YouTube Shorts havedramatically democratized the production and publishing process. Tools like automagic background removal, facetracking, filters and effects come standard in these in-app editors.
However, the production process in traditional, industry-standard NLEs like Final Cut, Premiere, and Resolve has not caught up. For example, keying out a greenscreen is still a highly manual, repetitive, three or four step process.
Framecrafter is on a mission to change that. We're building an industry leading video editor from the ground up that pushes the boundaries of what's possible with today's current technology.
Our goal is for Framecrafter to be a blazingly fast and highly extensible NLE with a rich plugin ecosystem that allows creators everywhere to work at the speed of thought.
Oh, and did I mention we plan to have Framecrafter runentirely in the browser and be free to anyone with an internet connection?
It's going to be a wild ride. So,star the project andjoin uson Discord. We're going to need all the help we can get 💪.
Up until now, in-browser video editors have been implemented using the popularffmpeg
library either server-side or in-browser using Web-Assembly (WASM). However, these strategies come with serious UX and performance tradeoffs.
Encoding server-side means that creators have to upload their footage before working with it. And WASM implementations currently can't utilize the dedicated encoding hardware that modern computers come with.
However, with the newWebCodecs
API, we can dramatically increase the UX and performance of in-browser video editing.
The WebCodecs API gives web developers low-level access to the individual frames of a video stream and chunks of audio. It is useful for web applications that require full control over the way media is processed. For example, video or audio editors, and video conferencing.
In a few experiments done byChristopher Chadeau (vjeux) andVani (vanilagy), we've seen WebCodecs to provide similar encoding/export performance to Final Cut Pro...in the freaking browser!
Levaraging this new technology, we believe we can build something that provides a great UX and performance that rivals truly native applications.
The surface area for this project is vast. Video editors must provide aton of standard functionality and support hundreds of video formats to be used in major productions.
And although our goal is to provide a featureset that gosbeyond the standard, we can't try to boil the ocean.
So, we're planning to provide a useful featureset and proof-of-concept by the end of 2023 that includes the following capabilities:
Although that scope might seem small, these fundamental features will provide the scaffolding for everything else to come.
Thanks for your interest in contributing to this project! You can get more information on how to do so by joining us in the Discussions tab on GitHub oron Discord.
This project is licensed under the MIT License.
- https://github.com/ffmpegwasm/ffmpeg.wasm
- https://github.com/hughfenghen/WebAV
- https://github.com/mifi/lossless-cut
- https://ffmpeg.org/
- https://motionbox.io/
- https://www.veed.io/
- https://www.descript.com/
- https://invideo.io/make/online-video-editor/
- https://clipchamp.com/en/video-editor/
- https://github.com/benfoxall/scrub