Skip to content

51fe/electron-mp4-converter

Repository files navigation

Electron MP4 Converter

A portable mp4 converter with a Electron + ffmpeg + Vue 3 + TypeScript + Vite template

cover.jpg

Features

  • Clip video by its range, size, audio/video bit rate and channels
  • Preview the clipped video in another window
  • Save the clipped video

Install

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

Starting Development

Start the app in the dev environment:

npm run dev

Packaging for Production

To package apps for the local platform:

npm run build