Skip to content

Latest commit

 

History

History
30 lines (26 loc) · 1.26 KB

File metadata and controls

30 lines (26 loc) · 1.26 KB
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.