Skip to content

Jainex17/Edito

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Edito

A simple video editor app with a few tools.

working video

edito.mp4

Features

  • add text overlay and drag to position
  • add image overlay from gallery and drag to position and resize with pinch gesture
  • add video overlay from gallery and drag to position and resize with pinch gesture(backend part not done yet)
  • on backend side using ffmpeg to merge all overlays into single video

Getting Started

Installation

  1. Clone the repository:
git clone https://github.com/jainex17/edito.git
cd edito
  1. Install dependencies:
# frontend
cd frontend
npm install

# backend
cd backend
python -m venv venv
source venv/bin/activate
pip install -r requirements.txt
  1. Start the development server:
# android
npm run android
# ios
npm run ios

# backend
uvicorn main:app --reload

Contributing

Contributions are welcome! Please fork the repository and submit a pull request with your improvements.

About

A simple video editor app with a few tools.

Topics

Resources

Stars

Watchers

Forks