Skip to content

CrypticSignal/av-converter

Repository files navigation

Node.js Express React FFmpeg Docker Tailwind

Convert an audio file, or the audio streams in a video file, to one of the following formats:

  • AAC
  • AC3 (Dolby Digital)
  • ALAC
  • DTS
  • FLAC
  • MP3
  • Opus
  • Vorbis
  • WAV

Docker

You can run this web app in a Docker container with a single command.

docker compose -f docker/dev/docker-compose.yml up --build --watch

Access the web app at http://localhost:3001

Any changes you make in /src will be reflected without having to rebuild any containers. Simply refresh your web browser.

About

A web app to convert an audio/video file to another format. Client side conversion means your file does not get sent to a server.

Topics

Resources

License

Stars

Watchers

Forks

Contributors