audible-cli icon indicating copy to clipboard operation
audible-cli copied to clipboard

`decrypt` option to remove Audible intro and outro

Open vwkd opened this issue 1 year ago • 0 comments

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.

vwkd avatar Nov 19 '23 18:11 vwkd