Collection of assorted FFmpeg scripts. Scripts prefixed with DD_
support dragging and dropping a file over the script, meaning they accept a single file path as an argument.
Combine AAC-encoded M4A audio files into a single M4B audiobook.
- Create a new directory and title it the name of the audiobook.
- Place all of the chapter files into the newly created directory from step 1.
- Conform the chapter file names to
<#>_<title>.m4a
, where<#>
is the sequence order, starting with 0 as the first chapter, and<title>
is the chapter title. - OPTIONAL: You may also include an image file named
cover
(i.e.cover.jpg
,cover.png
, etc.). - Drag and drop the directory over the
DD_M4B-Combine.cmd
for the audiobook to be encoded.
Split an AAC-encoded M4B audiobook file into individual chapter M4A audio files.
For more ScriptTiger scripts and goodies, check out ScriptTiger's GitHub Pages website:
https://scripttiger.github.io/