Last active
January 2, 2025 03:51
-
-
Save langheran/e0c735734b30b02aa1d2a0837f01c1c5 to your computer and use it in GitHub Desktop.
C:\Users\NisimHurst\AppData\Roaming\AudibleSync\downloads\convert_to_m4a.bat
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
for %%i in (*.aax) do ffmpeg -y -activation_bytes e71d4722 -i "%%i" -c:a copy -vn audiobook-tmp.m4a && python convert.py -a "%%~ni" -f audiobook-tmp.m4a |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment