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
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.
