Skip to content

docker image that take all mp3 files from the current folder, concats them and converts the result to m4b using ffmpeg.

License

Notifications You must be signed in to change notification settings

martyca/mp3_2_m4b

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Audiobook

mp3_2_m4b

docker image that take all mp3 files from the current folder, concats them and converts the result to m4b using ffmpeg.

Installation

docker pull martyca/mp3_2_m4b:latest

Usage

In the directory with the mp3 files run:

docker run -t -v "$(pwd):/tmp/workdir" martyca/mp3_2_m4b:latest

Alias

If this is something that you intent to do often, consider adding the following alias:

alias mp3_2_m4b='docker run -t -v "$(pwd):/tmp/workdir" martyca/mp3_2_m4b:latest'

Dockerhub

https://hub.docker.com/repository/docker/martyca/mp3_2_m4b

Github

https://github.com/martyca/mp3_2_m4b

Source Image

https://hub.docker.com/r/jrottenberg/ffmpeg/

Tag Used

ffmpeg:4.4-ubuntu

References

FFMPEG

https://ffmpeg.org/

MP3 Codec

https://lame.sourceforge.io/

About

docker image that take all mp3 files from the current folder, concats them and converts the result to m4b using ffmpeg.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published