sandreas / m4b-tool

m4b-tool is a command line utility to merge, split and chapterize audiobook files such as mp3, ogg, flac, m4a or m4b
MIT License
1.12k stars 78 forks source link

[Request] Allow for running split with a jobs like flag #227

Open kanjieater opened 1 year ago

kanjieater commented 1 year ago

I'm running split and noticed it doesn't seem to allow for a --jobs flag. Is there someway to make it run faster and make full use of a users cores? I was thinking after chapters have been identified for splitting, that part could be parallelized.

Here's the command I'm running now for reference. docker run -it --rm -u $(id -u):$(id -g) -v "$FOLDER":/mnt sandreas/m4b-tool:latest split "./$INPUT"

sandreas commented 1 year ago

I planned that, but did never implement it. So this is indeed a feature request.