An open API service indexing awesome lists of open source software.

https://github.com/j0h-dev/dragnconvert

Conversion app with a client only approach. Powered by ffmpeg-wasm and browser APIs
https://github.com/j0h-dev/dragnconvert

converter ffmpeg-wasm react react-router-v7 typescript webapp

Last synced: 5 months ago
JSON representation

Conversion app with a client only approach. Powered by ffmpeg-wasm and browser APIs

Awesome Lists containing this project

README

          

# Drag ā€˜n’ Convert

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.

[Demo](https://dragnconvert.j0h.dev/)

## Features

- 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](https://github.com/ffmpegwasm/ffmpeg.wasm) and browser APIs
- No file is uploaded to the server
- Supports drag and drop
- Supports multiple files at once

## Getting started

1. Clone the repository.
2. Run `pnpm install`.
3. Run `pnpm dev`.

## LICENSE

This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.