Skip to content

Installation

Yarick Yermak edited this page Nov 19, 2020 · 10 revisions

Windows:

Download and run one of the installers:

  • AudioBookConverter Single User - program will be installed only for current user (No admin rights required)
  • AudioBookConverter All Users - program will be installed for all users (elevated privileges are required)
  • AudioBookConverter Portable - this is just self extracting archive with program (Does not require installation)
  • Chocolaty: choco install AudioBookConverter (Due to long chocolaty review process, new versions will appear with delay)

MacOS X:

Note: For MacOS you may need to change your security settings as this build is not signed.

Before installing on MacOS X you need to do following actions:

  1. Open Terminal
  2. Install Homebrew by running command /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
  3. Install Ffmpeg brew install ffmpeg
  4. Install Mp4v2 brew install mp4v2
  5. Download application and install it as usual.

Debian/Ubuntu:

Install ffmpeg and mp4v2-utils:

sudo apt-get install ffmpeg mp4v2-utils

Download package and run:

dpkg -i AudioBookConverter-xxx.deb

Clone this wiki locally