fabric-video-editor
fabric-video-editor copied to clipboard
A simple video editor made with nextjs, react, tailwindcss, mobx, typescript and fabric.js
The app's live link to test in the browser is: https://fabric-video-editor.vercel.app/
Do you need a custom editor? Get in touch with me at Linked In Other: Website | Twitter |
This was a hobby project. I will add support for other features in the future. Looking for backend/ffmpeg developers to help me generate video from Canvas in the backend.
Fabric Video Editor
Fabric Video Editor is a video editor that runs in the browser. It is built with fabric.js, Next.js (a React framework), Tailwindcss, Mobx, and typescript.
Samples
3. New Updated UI
2. The editor supports Animations and Effects
https://github.com/AmitDigga/fabric-video-editor/assets/7884106/61c32181-59c2-427c-b816-c51b40bf8bcc
1. Basic Working
https://github.com/AmitDigga/fabric-video-editor/assets/7884106/89674396-a0d3-45a3-b1cd-51097142b8f8
Tech Explanation
todo
Features
- [x] User can add
- [x] Text
- [x] Images
- [x] Video
- [x] Audio
- [x] User can change
- [x] Canvas Background Color
- [x] Timeline
- [x] Export Video with Audio
- [x] Animations
- [x] Filters
Main Issues
- There might be a problem with audio handling
- Exported video doesn't have a time duration
- Exported videos have flickering issue
Future Features
- Properties Editing panel
- Video Trimming
NextJs Default Guide (Updated)
This is a Next.js project bootstrapped with create-next-app.
Getting Started
Setup
-
Clone the repo
-
Run the development server:
npm run dev
- Open http://localhost:3000 with your browser to see the result.
Debugging
- Run the development server:
npm run dev
- Then run
Launch Chrome against localhostinRun and Debugtab in VSCode
Learn More
This project uses next/font to automatically optimize and load Inter, a custom Google Font.
To learn more about Next.js, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.
You can check out the Next.js GitHub repository - your feedback and contributions are welcome!
Deploy on Vercel (Failing)
Failing because of 50MB function limit on Vercel. Node-Canvas is too big to be deployed on Vercel.
The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.
Check out our Next.js deployment documentation for more details.