Convert an audio or video file to AAC, AC3 (Dolby Digital), ALAC, DTS, FLAC, MP3, Opus, Vorbis or WAV.
Note: converting a video to one of the above formats will turn it into an audio-only file. You can also convert a video to MP4 or MKV.
You can run this web app locally with a single command. Switch to the docker/dev
directory, then run:
docker compose 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.