mkb79 / audible-cli

A command line interface for audible package. With the cli you can download your Audible books, cover, chapter files.
GNU Affero General Public License v3.0
469 stars 47 forks source link

`decrypt` option to remove Audible intro and outro #170

Closed vwkd closed 7 months ago

vwkd commented 1 year ago

The decrypt subcommand already has an option -s, --separate-intro-outro to separate the Audible branding into separate Intro and Outro chapters.

It would be great if there were also an option to remove them altogether.

Some previous discussion in https://github.com/mkb79/audible-cli/issues/154.


Looking through the ffmpeg documentation, it seems the -ss [first_chapter_start] -i input.aax -to [last_chapter_end] options could be used.

There's also some examples in the wiki and more details on StackExchange.