Skip to content

kjunggithub/audiobook-convert

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Audiobook Convert

A shell script to convert mp3 to m4b files.

Dependencies

audiobook-convert uses ffmpeg and rename. For ffmpeg, make sure you have access to libfdk_aac.

brew install rename ffmpeg --with-fdk-aac

Instructions

  1. Clone the repo.
git clone git@github.com:kjunggithub/audiobook-convert.git
cd audiobook-convert
  1. Running the script.

Move all .mp3 files to be combined and converted into input/ and from the root folder of the repository, run:

sh convert.sh

About

Simple shell script to convert mp3 to m4b files

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages