Split monolithic audio book into chapter files
$ ffmpeg-splitaudio [OPTION]... INFILE...
This tool read the chapter information (if available) from an monolithic audiobook and crop all identified chapters into individual audio files. Output files will be written to an output directory named by the basename of the input file.
-
-t
,--to
FORMATSet target format (defaults to format of input file)
-
-r
,--readonly
Extract chapter information only
-
-y
,--yes
Overwrite existing files
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.