Skip to content

Improved AudioBookConverter based on freeipodsoftware release (mp3 to m4b converter)

License

Notifications You must be signed in to change notification settings

MichaelKopt/AudioBookConverter

This branch is 399 commits ahead of, 1167 commits behind yermak/AudioBookConverter:development.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Mikhail YugovMikhail Yugov
Mikhail Yugov
and
Mikhail Yugov
Mar 25, 2020
bc87d28 · Mar 25, 2020
Mar 25, 2020
Feb 18, 2020
Feb 3, 2018
Mar 25, 2020
Mar 25, 2020
Sep 5, 2018
Mar 25, 2020
Feb 4, 2018
Dec 27, 2017
Feb 9, 2020
Dec 1, 2019
Mar 22, 2020

Repository files navigation

Audio Book Converter V4

  • Convert Audiobook from mp3 to m4b.
  • Convert mp3 to Audiobook (AAC)
  • Convert mp3 to ipod format.
  • Convert mp3 to IBook (IPhone) format.
  • Convert wma to Audiobook (AAC)
  • Convert m4a to Audiobook (AAC)

Short video demonstrating latest features related to chapters support: https://www.youtube.com/watch?v=N7JrujMfids


If you enjoyed current version of AudioBookConverter, contribute some funds to continue improvement work on the product.

Main features:

  • Parallel encoding: more cores - faster results
  • Parallel processing of conversions queue: prepare next book while encoding another
  • Smart artwork support: combined from MP3 artwork and cover files from MP3 directory
  • Unicode tags support: keep tags in own language
  • Chapters support: jump to the right chapter quickly
  • Flexible quality management: find balance between size and quality
  • Instant playback: listen what you are going to encode
  • Simple and lightweigh user interface: Convert a book with few clicks

Major differences vs original version:

  • Performance improved form 5 to 15x times (depending on numbers of cores), old version of Faac replaced with fresh FFMpeg.
  • Added super-fast mode of parallel encoding of MP3 files.
  • Added Artwork support, smart combination of MP3 images and all images in MP3 folders.
  • Added Chapters support, based on MP3 files.
  • Added Qualtity management.
  • Parallel conversion of queue of several books.
  • Improved (both speed and quality) of mp3 decoding due to switch to ffmpeg from java based decoder.
  • Improved tags support according to MP4 specification.
  • Fixed tags encoding issues due caused by legacy MP3 problems.
  • Fixed tags encoding issues with non-latin characters.
  • Faac replaced with FFMpeg
  • Added MP4V2 to support media for m4b (due to existing issue in ffmpeg https://trac.ffmpeg.org/ticket/2798)
  • 64-bits only support.

History

Original version was developed by Florian Fankhauser. Read history

About

Improved AudioBookConverter based on freeipodsoftware release (mp3 to m4b converter)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 98.1%
  • Inno Setup 1.9%