AmitDigga / fabric-video-editor

A simple video editor made with nextjs, react, tailwindcss, mobx, typescript and fabric.js

Home Page:https://fabric-video-editor.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This was an hobby project developed by me. I will add support for other features in future. Looking for backend/ffmpeg developers to help in generating video from canvas in the backend.

Do you need a custom editor? Get in touch me at Linked In

Other: Website | Twitter |

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

Screenshot 2024-02-22 at 12 09 30 PM

2. Editor supports Animations and Effects

Github.Fabric.Video.Editor.Video.mp4

1. Basic Working

Clip.720.-.Copy.Converted.mp4

Tech Explanation

todo

Features

  • User can add
    • Text
    • Images
    • Video
    • Audio
  • User can change
    • Canvas Background Color
  • Timeline
  • Export Video with Audio
  • Animations
  • Filters

Main Issues

  1. There might be problem in audio handling
  2. Exported video doesnt have time duration
  3. Exported video have flickering issue

Future Features

  1. Properties Editing panel
  2. Video Trimming

NextJs Default Guide (Updated)

This is a Next.js project bootstrapped with create-next-app.

Getting Started

Setup

  1. Clone the repo

  2. Run the development server:

npm run dev
  1. Open http://localhost:3000 with your browser to see the result.

Debugging

  1. Run the development server:
npm run dev
  1. Then run Launch Chrome against localhost in Run and Debug tab 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:

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.

About

A simple video editor made with nextjs, react, tailwindcss, mobx, typescript and fabric.js

https://fabric-video-editor.vercel.app

License:MIT License


Languages

Language:TypeScript 98.5%Language:JavaScript 0.9%Language:CSS 0.6%