Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Windows install instructions ? #221

Open
NightMayor1 opened this issue Feb 18, 2023 · 1 comment
Open

Windows install instructions ? #221

NightMayor1 opened this issue Feb 18, 2023 · 1 comment

Comments

@NightMayor1
Copy link

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
Copy link
Owner

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

Another way is to:

  • Install PHP (you could use xampp for convenience)
  • Install m4b-tool.phar anywhere you like (e.g. /Users//m4b-tool/m4b-tool.phar)
  • Install ffmpeg (best use the static), tone and mp4v2
  • Run php on the command line and append the parameters you like

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants