Converts flac files from the current folder to m4a using the aac code at a constant bitrate of 256.
427
Converts flac files from the current folder to m4a using the aac codec at a constant bitrate of 256.
docker pull martyca/flac_2_aac:latest
In the directory with the flac files run:
docker run -t -v "$(pwd):/tmp/workdir" martyca/flac_2_aac:latest
If this is something that you intent to do often, consider adding the following alias:
alias flac_2_aac='docker run -t -v "$(pwd):/tmp/workdir" martyca/flac_2_aac:latest'
https://hub.docker.com/repository/docker/martyca/flac_2_aac
https://github.com/martyca/flac_2_aac
https://hub.docker.com/r/jrottenberg/ffmpeg/
ffmpeg:4.4-ubuntu
Content type
Image
Digest
sha256:7397401a2…
Size
114.6 MB
Last updated
3 months ago
docker pull martyca/flac_2_aac