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

Windows install instructions ? #221

Open NightMayor1 opened 1 year ago

NightMayor1 commented 1 year ago

Hello, I'm trying to install this tool and have installed all the dependencies using guides I found online and tested them using the commands in this guide, however I'm not sure how to install this m4b-tool. installing using the same method I did with ffmpeg doesn't work and I can't find any guides on how to do this. I'm not even sure where to drop the m4b-tool file and would appreciate any help! Thank you.

sandreas commented 1 year ago

You could use docker for windows - which would be the easiest option, but you may run into issues.

Another way is to:

Example:

C:\xampp\bin\php -f C:\Users\sandreas\m4b-tool\m4b-tool.phar --version

If you just want something that works, you could also try https://github.com/yermak/AudioBookConverter, which has a GUI is way easier for non-Power-Users.