Docker images published from git repo rahulsrma26/dockers/mp3converter
317
This docker file uses ffmpeg to convert audio files from supported formats to mp3. It runs a simple python script to skip previously converted files.
You can check the gihub repository: rahulsrma26/dockers
docker pull welcometors/mp3converter
You need to mount source and destination paths for the conversion.
docker run --rm -v <src-path>:/convert/from -v <dst-path>:/convert/to welcometors/mp3converter
Content type
Image
Digest
sha256:0627c9a3f…
Size
54.6 MB
Last updated
over 3 years ago
docker pull welcometors/mp3converter