MediaTransmute is a online file converter.
The motivation behind this project was simple: I use a lot media/file converter tools on my daily job. One thing that always use to bother me is that the online existent tools always had some limitation: only a few files per time, daily limit, etc. Paying for a premium subscription for these tools were not a plan for me, so I decided to use this situation as a change to learn and create my own file converter.
- Vite (React)
- ffmpeg core
- AntDesign
To be able to run this project you must have an environment with Node and NPM installed. Then, follow those steps:
- Clone the project
git clone https://github.com/CarlaPaiva/media-transmute.git
- Go to the project dir
cd media-transmute
- Install dependencies
npm install
- Run the project
npm run dev
This is an open-source project, please, feel free to create a PR and contribute. Bug fixes and major changes must have been discussed in a issue before opening a PR.
This project is licensed under the terms of the MIT license.