This app is a simple drag and drop file converter. It allows you to drag a file from your file system and convert it to a different format.
-
Convert files to multiple file formats.
- Images: PNG, JPG, WEBP
- Video: MP4, AVI, MKV, MOV, WEBM, FLV, OGV
- Audio: MP3, WAV, OGG, M4A
-
All conversions are done in the browser
- Powered by ffmpeg.wasm and browser APIs
-
No file is uploaded to the server
-
Supports drag and drop
-
Supports multiple files at once
- Clone the repository.
- Run
pnpm install
. - Run
pnpm dev
.
This project is licensed under the MIT License. See the LICENSE file for details.