A portable mp4 converter with a Electron + ffmpeg + Vue 3 + TypeScript + Vite template
- Clip video by its range, size, audio/video bit rate and channels
- Preview the clipped video in another window
- Save the clipped video
Clone the repo and install dependencies:
git clone https://github.com/51fe/electron-mp4-converter.git your-project-name
cd your-project-name
npm install
Start the app in the dev
environment:
npm run dev
To package apps for the local platform:
npm run build