Skip to content

Latest commit

 

History

History
52 lines (29 loc) · 774 Bytes

README.md

File metadata and controls

52 lines (29 loc) · 774 Bytes

Logo

FConvert

FConvert is a online media conversion tool, powerd by Next.js, Typescript and ffmpeg.wasm FConvert can convert audio, video, and image files fast and secure

Features

  • convert jpeg to png, jpg, svg and much more
  • convert mp4 to mkv, webm and much more
  • convert videos to audio

Tech Stack

Next.js, Typescript, shadcn-ui, and ffmpeg.wasm

Run Locally

Clone the project

  git clone https://github.com/harshit-senpai/FConvert

Go to the project directory

  cd FConvert

Install dependencies

  npm install

Start the server

  npm run dev

Author