Web based video editor created in VueJS frontend and Python,Flask backend with MoviePy. A new frontend is being created in Vue3.
Features planned for now:
Install dependencies (make sure you have Python 3.5 or higher)
pip install -r requirements.txt
Start the Flask server (Linux, MacOS)
source venv/bin/activate
./start-server
For windows, run the start-server-windows.bat file
Start the Vue frontend
cd frontend
npm run dev