Skip to content

Instantly share code, notes, and snippets.

@BenMcLean
Last active July 13, 2022 15:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save BenMcLean/8cf537fc976de9bde2462426db934ef0 to your computer and use it in GitHub Desktop.
Save BenMcLean/8cf537fc976de9bde2462426db934ef0 to your computer and use it in GitHub Desktop.
Strip DRM from Audible purchases using https://github.com/inAudible-NG/tables
@ECHO OFF
cd %~dp0
ffmpeg -activation_bytes BYTES_GO_HERE -i %1 -vn -c:a copy "%~n1.mp4"
ren "%~n1.mp4" "%~n1.m4b"
@PAUSE
@BenMcLean
Copy link
Author

BenMcLean commented Jul 13, 2022

Looks like this is the latest way to download from Audible: https://github.com/audiamus/BookLibConnect

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment