Last active
July 13, 2022 15:03
-
-
Save BenMcLean/8cf537fc976de9bde2462426db934ef0 to your computer and use it in GitHub Desktop.
Strip DRM from Audible purchases using https://github.com/inAudible-NG/tables
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@ECHO OFF | |
cd %~dp0 | |
ffmpeg -activation_bytes BYTES_GO_HERE -i %1 -vn -c:a copy "%~n1.mp4" | |
ren "%~n1.mp4" "%~n1.m4b" | |
@PAUSE |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Looks like this is the latest way to download from Audible: https://github.com/audiamus/BookLibConnect