Sign inSign up

welcometors/mp3converter

By welcometors

Updated over 3 years ago

Docker images published from git repo rahulsrma26/dockers/mp3converter

Image
0

317

welcometors/mp3converter repository overview

Mp3 Converter

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

Pull Image

docker pull welcometors/mp3converter

Run

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

Tag summary

Content type

Image

Digest

sha256:0627c9a3f

Size

54.6 MB

Last updated

over 3 years ago

docker pull welcometors/mp3converter