Skip to content

gyeongseokKang/nextjs-webworker-ffmpegwasm

Repository files navigation

FFmpeg WASM with Next.js, TypeScript, and Web Workers

This project is a sample implementation of using FFmpeg with WebAssembly in a Next.js project with TypeScript and Web Workers.

Getting Started

Go Demo
image

Prerequisites

Installing

To install the project dependencies, run the following command in the project directory:

npm install
or
yarn install

Running the project

To run the project in development mode, run the following command:

npm run dev
or
yarn dev

This will start a local development server and open the project in your default browser.

Features

wav to mp3

  1. convert without Web worker
  2. convert with Web worker

Contributing

If you want to contribute to this project, do everything you want!!

License

This project is licensed under the Beer License.